html {
  scroll-behavior: smooth;
}
body{
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}
#bginicio{
	margin-top: -120px;
    width: 100%;
}
select{
    appearance: auto !important;
}
.loader {
    
    width: 30px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #080909;
    --_m: 
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 1s infinite linear;

    margin: auto;
  }
  @keyframes l3 {to{transform: rotate(1turn)}}
#respuesta{
    padding: 5px;
    color: white;
    font-size: 1.1em;
}
#logo{
	position: absolute;
    left: -230px;
    right: 0;
    margin: auto;
    width: 530px;
	top: 28px;
}

.paddlr{
	padding-left: 150px;
    padding-right: 150px;
}
#telefonolink{
	z-index: 2;
	position: relative;
}
#telefonolink ul{
	list-style: none;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}
#telefonolink ul a{	
	color: white;
    font-size: 1.6em;
	text-decoration: none;
	transition: color .3s ease;
}
#telefonolink ul a:hover{	
	color: #ffffff;
}
#telefonolink ul a img{
	margin-right: 12px;
}
.nonepr{
	padding-right: 0 !important;
}
#divmenu{
	position: absolute;
    top: 20px;
}
#menui li{
	margin-left: 15px;
}
#menui li a{
	color: white;
    font-size: 1.6em;
	font-family: "Ubuntu", sans-serif;
	font-weight: 500;
	transition: color .3s ease;
}
#menui li a:hover{
	color: #254550;
}
#menui{
	margin-top: 25px;
}
#textinicio{
	color: white;
    font-size: 2em;
    font-family: "Ubuntu", sans-serif;
    position: absolute;
    text-align: center;
    bottom: -8px;
    left: 9%;
    text-shadow: 0 0 11px #000000ab;
    line-height: 1.1;
}
.bannersec2{
    background: #c2dded;	
    margin-top: -223px;
}
.bannersec2 p{
    color: #28292a;
    font-size: 1.6em;
	text-align: justify;
	padding-right: 150px;
}
.carrusel{
	margin-top: 15px;
	overflow: hidden;
}
.carrusel img{
	width: 100%;
}
.slick-prev {
    left: 40px;
    z-index: 4;
}
.slick-next {
    right: 40px;
	z-index: 4;
}
.slick-prev:before, .slick-next:before{
	display: none;
}
.slick-arrow img{
	width: 35px;
}
#map{
	height: 700px;
	width: 100%;
}
.bgNosotros{
	margin-top: -6px;
	position: relative;
	background-color: #e8e5e5;
	padding-bottom: 30px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
#imgnosotros{
	position: absolute;
	top: 0;
	width: 100%;
}
.titlequien{
	font-size: 4em;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    margin-left: 125px;
    margin-top: 136px;
    margin-bottom: 175px;
}
.textnostros{
	color: #28292a;
    font-size: 1.8em;
	text-align: justify;
	line-height: 1.2;
}
.mbnostros{
	margin-bottom: 30px;
}
.subtitlenosotros{
	font-family: "Ubuntu", sans-serif;
    text-align: right;
    font-size: 2.2em;
    font-weight: bold;
    color: #254550;
}
.subtitle2nosotrs{
	font-family: "Ubuntu", sans-serif;
    font-size: 2em;
    color: #254550;
    font-weight: bold;
	text-align: left;
}
.aliticent{
	align-items: center;
}

.bgUbicacion{
	background-color: #c9cbcc;
	padding-bottom: 30px;
}
.titleubicacion{
	margin-top: 30px;
    margin-bottom: 30px;
}
.titlecontacto{
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 6px;
	color: white;
	text-align: center;
}
.bgContacto{
	background: url('../img/fondocontacto.png');
	background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 360px;
  background-position: top;
  position: relative;
}
.form-control{
	border-radius: 0;
    margin-bottom: 25px;
    font-size: 1.2em;
	font-family: "Lato", sans-serif;
	color: #736e6e;
  z-index: 9;
    position: relative;
}
/* Compatibilidad con navegadores antiguos */
 .form-control::-webkit-input-placeholder {
	color: gray;
  }
  
  .form-control:-ms-input-placeholder {
	color: gray;
  }
  
  .form-control::placeholder {
	color: gray;
  }
  .textare{
	height: 190px;
    resize: none;
  }

  .btnenviar{
	background-color: #496e81;
    color: white;
    font-size: 1.4em;
    padding: 4px 58px;
    border-radius: 103px;
    z-index: 9;
    position: relative;
  }

  .btnenviar:hover{
	color: white;
    background-color: #489fb7;
    border-color: #489fb7;
  }
  footer{
    background-color: #324651;
    padding-bottom: 25px;
    margin-top: -5px;
    padding-top: 20px;
  }
  .listredes{
	list-style: none;
    margin: 0;
    padding: 0;
	margin-bottom: 60px;
  }
  .listredes li{
	display: inline-block;
  }
  .listredes li svg {
	height: 30px;
	fill: white;
	margin-right: 15px;
	transition: fill 0.2s ease-in-out;
  }

  #logofooter{
	width: 350px;
  }
  .titlefooter{
	color: white;
    font-size: 1.6em;
  }
  .parrafooter{
	color: white;
    line-height: 2.2;
    font-size: 1.2em;
  }
  .titlellamanos{
	margin-top: 45px;
  }
  .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
	color: white;
	background-color: #489fb7;
	border-color: #489fb7;
  }

  .listredes li svg:hover{
	fill: #489fb7;
  }
  .bgCopy{
	background-color: black;
	padding-top: 10px;
	padding-bottom: 10px;
  }
  .bgCopy p{
	margin: 0;
    color: white;
  }

  .padespc{
	margin-top: -100px;
    margin-left: 70px;
  }
  .padespc2{
	margin-left: 70px;
  }

  .img100{
    width: 100%;
  }
  #imgond{
    position: absolute;
    bottom: 0;

  }

  .icontop{
    z-index: 1;
    position: relative;
  }
  .aliticent p{
    margin-bottom: 0;
  }

@media only screen and (max-width: 1900px) {
  #bginicio {
      margin-top: -100px;
  }
  #logo {
      left: -190px;
      width: 450px;
  }
  #menui li a {
      font-size: 1.3em;
  }
  #telefonolink ul a {
      font-size: 1.3em;
  }
  .titlefooter {
      font-size: 1.4em;
  }
  .parrafooter {
      font-size: 1.1em;
  }

}

@media only screen and (max-width: 1630px) {
  .paddlr {
      padding-left: 65px;
      padding-right: 65px;
  }
  #telefonolink {
      padding-right: 12px;
  }
  #bginicio {
      margin-top: -60px;
  }
  .bannersec2 p {
      font-size: 1.4em;
      padding-right: 160px;
  }
  .bannersec2 {
      margin-top: -200px;
  }
  .textnostros {
      font-size: 1.4em;
  }
  .titlequien {
      font-size: 4em;
      margin-left: 60px;
      margin-top: 90px;
      margin-bottom: 145px;
  }
  .subtitlenosotros {
      font-size: 2.1em;
  }
  .part1{
    width: 80%;
  }
  .part2{
    width: 20%;
  }
  .titleubicacion {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .titleubicacion {
      margin-left: 0;
      margin-top: 30px;
      margin-bottom: 10px;
  }
  .bgContacto {
      padding-bottom: 254px;
  }
  .part3{
    width: 20%;
  }
  .part4{
    width: 80%;
  }
}

@media only screen and (max-width: 1500px) {
  #logo {
      left: -150px;
      width: 350px;
  }
  .paddlr {
      padding-left: 45px;
      padding-right: 45px;
  }
  #menui li a {
      font-size: 1.2em;
  }
  .bannersec2 p {
      font-size: 1.5em;
      line-height: 1.3;
  }
  .bannersec2 {
      margin-top: -160px;
  }
  .titlequien {
      font-size: 3.5em;
      margin-left: 50px;
  }
  .textnostros {
      font-size: 1.5em;
  }
  .subtitlenosotros {
      font-size: 2em;
  }
  .subtitle2nosotrs {
      font-size: 2em;
  }
  .part2 {
      width: 25%;
  }
  .part1 {
      width: 75%;
  }
  
  .titlequien {
      font-size: 3.5em;
      margin-left: 50px;
      margin-bottom: 110px;
      margin-top: 100px;
  }
  .titleubicacion{
    margin-bottom: 21px;
    margin-top: 31px;
  }
  .titlecontacto {
      font-size: 3.2em;
      margin-left: 0;
      margin-bottom: 3px;
      margin-top: 25px;
  }
  .bgContacto {
      padding-bottom: 215px;
  }
  #logofooter {
      width: 306px;
      margin-left: 60px;
  }
  .titlefooter {
      font-size: 1.3em;
  }
  .subtitlenosotros {
      font-size: 1.8em;
  }
}

@media only screen and (max-width: 1314px){
  #menui li a {
      font-size: 1.1em;
  }
  #telefonolink ul a {
      font-size: 1.2em;
  }
  #telefonolink ul a img {
      margin-right: 12px;
      width: 32px;
  }
  #logo {
      left: -150px;
      width: 335px;
  }
  #menui li {
      margin-left: 11px;
  }
}
@media only screen and (max-width: 1200px){
  #menui li a {
      font-size: 1em;
  }
  #logo {
      left: -105px;
      width: 250px;
  }
  .partmenu1{
    width: 40%;
  }
  .partmenu2{
    width: 60%;
  }
  .paddlr {
      padding-left: 30px;
      padding-right: 30px;
  }
  #menui li {
      margin-left: 2px;
  }
  #bginicio {
      margin-top: -20px;
  }
  .bannersec2 p {
      font-size: 1.1em;
      margin-bottom: 0;
      padding-right: 97px;
  }
  .bannersec2 {
      margin-top: -160px;
      padding-top: 40px;
  }
  #menui {
      margin-top: 16px;
  }
  .titlequien {
      font-size: 3em;
      margin-left: 45px;
      margin-bottom: 60px;
  }
  .textnostros {
      font-size: 1.2em;
  }
  .subtitlenosotros {
      font-size: 1.5em;
  }
  .subtitle2nosotrs {
      font-size: 1.5em;
  }
  #map {
      height: 560px;
  }
  .titlecontacto {
      font-size: 2.8em;
      margin-left: 0;
      margin-bottom: 1px;
  }
  .form-control {
      border-radius: 0;
      margin-bottom: 13px;
      font-size: 1.1em;
  }
  .textare {
      height: 140px;
  }
  .bgContacto {
      padding-bottom: 153px;
  }
  #logofooter {
      width: 220px;
      margin-left: 40px;
  }
  .titlefooter {
      font-size: 1.1em;
  }
  .parrafooter {
      font-size: 0.9em;
  }
  .padespc2 {
      margin-left: 10px;
  }
  .padespc {
      margin-top: -90px;
      margin-left: 0px;
  }
  .listredes li svg {
      height: 25px;
  }
  .bgCopy p {
      font-size: 0.9em;
  }
  .titleubicacion {
      margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px){
  .navbar-toggler{
    margin-left: auto !important;
    color: white !important;
    background-color: white !important;
  }
  .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23486d80' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  }
  .partmenu2 {
      width: 40%;
  }
  .partmenu1 {
      width: 60%;
  }
  #navbarSupportedContent{
    background: #4a7389;
    text-align: center;
  }
  #menui {
      margin-top: 8px;
  }
    #navbarSupportedContent {     
      top: 60px !important;
      position: absolute;
      width: 190px;
      z-index: 10;
      right: 10px;
  }
  #telefonolink {
      padding-right: 12px;
      margin-top: 1px;
  }
  .navbar-toggler {
      margin-top: 10px;
  }
}

@media only screen and (max-width: 870px){
  #bginicio {
      margin-top: 0px;
  }
  .bannersec2 p {
      font-size: 1em;
      margin-bottom: 0;
      padding-right: 85px;
      margin-top: 15px;
  }
  .titlequien {
      font-size: 2.5em;
      margin-left: 30px;
      margin-bottom: 25px;
  }
  .textnostros {
      font-size: 1em;
  }
  .mbnostros {
      margin-bottom: 0;
  }
  .subtitlenosotros {
      font-size: 1.2em;
  }
  .subtitle2nosotrs {
      font-size: 1.2em;
  }
  #map {
      height: 430px;
  }
  .titlecontacto {
      font-size: 2.4em;
      margin-left: 0;
      margin-bottom: 0;
  }
  .form-control {
      margin-bottom: 10px;
      font-size: 1em;
  }
  .textare {
      height: 96px;
  }
  .bgContacto {
      padding-bottom: 137px;
  }
  #logofooter {
      width: 195px;
      margin-left: 30px;
  }

}

@media only screen and (max-width: 767px){
  #logo {
      left: -90px;
      width: 208px;
  }
  #bginicio {
      margin-top: -9px;
  }
  #telefonolink ul a {
      font-size: 1em;
  }
  #telefonolink ul a img {
      margin-right: 8px;
      width: 26px;
  }
  #telefonolink {
      padding-right: 12px;
      margin-top: 7px;
  }
  body {
      background: #c2dded;
  }
  .bannersec2 p {
      margin-bottom: 5px;
      padding-right: 50px;
      margin-top: 43px;
  }
  .slick-next {
      right: 16px;
  }
  .slick-prev {
      left: 16px;
  }
  .slick-arrow img {
      width: 25px;
  }
  .titlequien {
      font-size: 2.2em;
      margin-top: 73px;
      margin-left: 15px;
      margin-bottom: 25px;
  }
  .part3 {
      width: 100%;
  }
  .part4 {
      width: 100%;
  }
  .subtitlenosotros br{
    display: none;
  }
  .subtitlenosotros {
      margin-top: 5px;
      font-size: 1.3em;
      text-align: left;
  }
  .part1{
    width: 100%;
    order: 2;
  }
  .part2{
    width: 100%;
    order: 1;
  }
  .subtitle2nosotrs br{
    display: none;
  }
  .subtitle2nosotrs {
      margin-top: 20px;
      font-size: 1.3em;
      text-align: left;
  }
  .titleubicacion {
      margin-top: 17px;
      margin-bottom: 14px;
  }
  #map {
      height: 300px;
  }
  .titlecontacto {
      font-size: 2em;
      margin-top: 8px;
      margin-left: 0;
      margin-bottom: 17px;
  }
  .alinform{
    margin: auto;
  }
  .btnenviar {
      font-size: 1.2em;
      padding: 3px 50px;
      border-radius: 103px;
      margin-left: 0;
  }
  .bgContacto {
      padding-bottom: 77px;
  }
  .padespc {
      margin-top: 0;
      margin-left: 0px;
      text-align: center;
  }
  .listredes {
      margin-bottom: 35px;
  }
  .listredes li svg {
      height: 26px;
      margin-right: 10px;
      margin-left: 10px;
  }
  #logofooter {
      width: 190px;
      margin-left: 0;
      margin: auto;
      display: block;
      margin-bottom: 36px;
  }
  .titlefooter {
      text-align: center;
  }
  .parrafooter {
      text-align: center;
      margin-bottom: 20px;
  }
  .padespc2 {
      margin-left: 0;
      text-align: center;
  }
  .titlellamanos {
      margin-top: 22px;
  }
}

@media only screen and (max-width: 550px){
  #bginicio {
      margin-top: 0;
  }
  #logo {
      left: -64px;
      width: 132px;
      top: 10px;
  }
  #divmenu {
      top: 3px;
  }
  .paddlr {
      padding-left: 15px;
      padding-right: 15px;
  }
 
  .partmenu2 {
      width: 100%;
  }
  .partmenu1 {
      width: 100%;
  }
  .navbar .container-fluid{
    padding: 0;
  }
  .navbar-toggler {
      margin-top: 3px;
  }
  #telefonolink ul a {
      font-size: 0.9em;
  }
  #telefonolink {
      padding-right: 0;
      margin-top: -7px;
  }
  #telefonolink ul a img {
      margin-right: 2px;
      width: 21px;
  }
  .bannersec2 p {
      padding-right: 0;
      font-size: 0.9em;
      line-height: 1.2;
      padding-right: 24px;
  }

  .bannersec2 {
      margin-top: -124px;
      padding-top: 40px;
  }
  .slick-next {
      right: 10px;
  }
  .slick-prev {
      left: 10px;
  }
  .titlequien {
      font-size: 1.5em;
      margin-top: 28px;
      margin-left: 0;
      margin-bottom: 20px;
  }
  .textnostros {
      font-size: 0.9em;
  }
  .subtitlenosotros {
      font-size: 1.1em;
  }
  .subtitle2nosotrs {
      font-size: 1.1em;
  }
  .titlecontacto {
      margin-top: 15px;
      margin-left: 0;
      margin-bottom: 15px;
      font-size: 1.5em;
  }
  .bgContacto {
      background-size: cover;
  }
  .listredes li svg {
      height: 24px;
      margin-right: 11px;
      margin-left: 11px;
  }
  .listredes {
      margin-bottom: 22px;
  }
  #logofooter {
      width: 176px;
      margin-bottom: 30px;
  }
  .titlefooter {
      font-size: 1em;
  }
  .bgCopy p {
      font-size: 0.8em;
  }
  .bannerinicio{
    background: #46697d;
  }
  .navbar-toggler {
      margin-top: 0;
  }
  #bginicio {
      margin-top: 7px;
  }
  #telefonolink ul a {
      font-size: 0.95em;
  }
  #navbarSupportedContent {
      top: 48px !important;
      right: 0px;
  }
  #logo {
      left: -73px;
      width: 150px;
  }
  
}