
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: black;
}

#form-whats{
	position: absolute;
    background: white;
    z-index: 999;
    padding: 13px;
    width: 250px;
    right: -3rem;
    top: 3rem;
    border: 1px solid;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}


h1{
	font-size: 45px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;

	
}

h2{
	font-size: 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

h3{
	font-size: 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

h4{
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	
}

h5{
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}

h6{
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}  

p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
}


.h1banner{ 
	font-weight: 400;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 55px; 
  	line-height: 1.2;
}

.h2banner{
	font-weight: 400;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 35px;  
}
 
.hr-style{
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1;
    border-top: 2px solid rgb(255 255 255);

}

.m-txt{
	font-size: 18px!important;
	
}

.txt-gray{
	color:#646c73;
}


.txt-blue{
	color: #3560E8;
}


.txt-red{
	color: #9c1c3e;
}




.txt-plan{
	font-size: 24px;
}


.tst{
	color: #7e7e7e;
	font-size: 13px;
}

.weight{
	font-weight: 300!important;
}

.weight2{
	font-weight: 400!important;
}

.bg-lg{
	background: #646c73;
}


.bg-blue{
	background:#7097F9;
}
 
 
.bg-light2 {
    background-color: #f7f7f7!important;
}
 
.bg-light3 {
    background-color: #eae7e7!important; 
} 
 
 
.bg-footer{
	background: #2e2e2e;
}




.graybox{
    border-top: 1px #adb8ba solid;
	border-left: 1px #adb8ba solid;
	border-right: 1px #adb8ba solid;
    border-bottom: 1px #adb8ba solid;
    border-radius: 10px;
	padding: 10px;

}


.aquabox{
    border-top: 2px #298d9b solid;
	border-left: 2px #298d9b solid;
	border-right: 2px #298d9b solid;
    border-bottom: 2px #298d9b solid;
	padding: 10px;

}

.listbox2{
	font-size: 15px;
	font-weight: 400;
	color: #636363;
	margin-bottom: 0px;
}



.txt-p{
	font-size: 18px;
	font-weight: 400px;
}


.txt-blue1{
	color: #3560E8;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	
}



.txt-dark{
	color: black;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	
}

.txt-dark:hover{
	color: #363a66;
	font-size: 17px;
	font-weight: bold;
	
}


.l-space1{
    letter-spacing: .30rem;
}


.l-space2{
    letter-spacing: .10rem;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3560E8;
}

.parallax1 { 
  /* The image used */
  background: url(../img/fondo.jpg) center center no-repeat;
  background-size: cover;

  /* Set a specific height */
  min-height: 200px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.fondo {
    background: url(../img/fondo.jpg) center center no-repeat;
    background-size: cover;
}  

.fondo1 {
    background: url(../img/fondo1.jpg) center center no-repeat;
    background-size: 100%;
    height: 440px;
}  

.fondo2 {
    background: url(../img/fondo2.jpg) center center no-repeat;
    background-size: cover;
    height: 470px;
}  

.fondo3 {
    background: url(../img/fondo3.jpg) center center no-repeat;
    background-size: cover;
    height: 470px;
}  



#slider {
    position: relative;
}


.gray2{
	background:#555;
}


.img-size{
	width: 76px;
	text-align: center!important;
} 

.img-size2{
	width: 60px; 
}

.img-size3{
	width: 280px; 
}

.img-size4{
	width: 180px;
}

.line1 {
    border-color: #9c1c3e;
    margin-bottom: 7px;
    border-width: medium;
    width: 50px;
}



.btn-llamanos{
    background: #3560E8;
    color: white;
    border-radius: 20px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-llamanos:hover{
    background: #92B1FF;
    color: #3560E8;
    border-radius: 20px;
    font-size: 14px;
		margin-left: 5px;
	margin-top: 5px;
}
 
.btn-whats{
   font-family: 'Roboto', sans-serif;
    background: #00e676;
    color: white;
    border-radius: 20px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-whats:hover{
    font-family: 'Roboto', sans-serif;
    background: #01cd6a;
    color: white;
    border-radius: 20px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
} 
 
 
.btn-whats2{
    font-family: 'Open Sans', sans-serif;
    background: #00e676;
    color: white;
}

.btn-whats2:hover{
    font-family: 'Open Sans', sans-serif;
    background: #01cd6a;
    color: white;
}  

.btn-1{
	background: #1E47AD!important;
	font-weight: 400!important;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 20px;

}

.btn-1:hover{
	background: #3560E8!important; 
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 20px;
}

.btn-blue{
	background: #669cca;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 20px;
}

.btn-blue:hover{
	background: #507ca2!important;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 20px;
}

.btn-outline-white{
	
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 20px;
	border-color: white;
}

.btn-outline-white:hover{
	background: white!important;
	font-weight: bold;
	color:405469;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 20px;
}


.btn-outline-white{
	
	font-weight: bold;
	color: white;
	font-weight: 400!important;
	font-size: 18px;
	border-radius: 20px;
	border-color: white;
}

.btn-outline-white:hover{
	background: white;
	font-weight: 400!important;
	color: #1a7bbd;
	font-size: 18px;
	border-radius: 20px;
}


.btn-outline-blue{
	
	font-weight: bold;
	color: #405469;
	font-weight: 400!important;
	font-size: 18px;
	border-radius: 20px;
	border-color: #405469;
}

.btn-outline-blue:hover{
	background: #405469;
	font-weight: 400!important;
	color: white; 
	font-size: 18px;
	border-radius: 20px;
}




.redbox {
    padding: 12px
}


.margin-list{
	margin-bottom:5px;
}

.bg-form {
    background: rgba(255, 255, 255, .7);
}



.shadow {
    box-shadow: 0px 1px 12px #888888;
}


.menu-sticky {
    position: fixed;
    top: 0px;
    bottom: auto;
    width: 100%;
    z-index: 9999;
} 

#logo img {
	max-height: 100px;
}

#banner {
    background-image: url(../img/banner.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}



.zoom {
	padding-top: 1rem;
    transition: transform .2s;
    height: auto;
    margin: 0;
    max-width: 100%;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

 
.owl-prev, .owl-next {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.owl-next:before {
    content: "\f101";
    font-size: 20px;
	padding:20px;
}
.owl-prev span, .owl-next span {
    display: none;
}
.owl-prev:before {
    content: "\f100";
    font-size: 20px;
	padding:20px;
} 
 
#slider {
    position: relative;
    overflow: hidden;
} 

 
 

@media (max-width: 768px){

.txt-movil{
	font-size: 25px;
} 

.txt-movil2{
	font-size: 20px;
} 
.fondo1 {
    background: url(../img/fondo1.jpg) center center no-repeat;
    background-size: 100%;
    height: 240px;
}


#banner {
    background-size: 160% auto;
    background-position: 0px 0px;
}
 
.movilbanner{
	padding-top: 18px;
    font-size: 30px;
	margin-bottom: 3px;
}

.movilbanner2{
	/*padding-top: 23px;*/
    font-size: 19px;
	margin-bottom: 4px;
}


.movilform1{
	margin-top: 10px;
    text-align: center;
}

.bgformovil{
	margin-top: 20px;
	margin-bottom: 20px;
	background: #cccccc;
	color: white!important;
}

.txt-principal{
	background: #cd3525;
	color: white!important;
	text-shadow: none!important;
	font-size: 20px;
	padding: 12px;
}

}

@media (max-width: 1250px){  
.carousel-item img {
    width: 160% !important;
    max-width: 200%;
    margin-left: -30%;
}

}
