body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: black;
}
 

h1{
	font-size: 48px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;

	
}

h2{
	font-size: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

h3{
	font-size: 32px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

h4{
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	
}

h5{
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

h6{
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}  

p{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}


.h1banner{ 
	font-weight: 400;
  	font-family: 'Roboto', sans-serif;
  	font-size: 40px; 
  	line-height: 1.2;
}



.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:#555555;
}

.txt-icon{
	color: white;
	font-size: 20px!important;
}

.txt-icon:hover{
	color: #1F69B4;
	font-size: 20px!important;
}

.txt-green{
	color: #1F69B4;
}

.txt-white{
	color: #ffffff;
}

.txt-red{
	color: #DA2027;
}

.m-list{
	margin-bottom: 5px!important;
}

.weight{
	font-weight: 300!important;
}

.weight2{
	font-weight: 400!important;
}

.bg-lg2{
	background: #fafafa;
}

.bg-lg1{
	background: #333333;
}


.bg-blue{
	background:#405469;
}
 
 .bg-green{
	background:#1F69B4;
}
 
.bg-light {
    background-color: #f0f0f1!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-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: #298d9b;
}

.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: 400px;
}  





#slider {
    position: relative;
}


.gray2{
	background:#555;
}
 

.img-size{
	width: 220px;
	text-align: center!important;
} 

.img-size2{
	width: 70px; 
}

.img-size3{
	width: 480px; 
}

.img-size4{
	width: 180px;
}

.img-c {
    width: 40px;
    float: left;
    margin-right: 15px;
    display: inline-block;
}

.line1 {
    border-color: #9c1c3e;
    margin-bottom: 7px;
    border-width: medium;
    width: 50px;
}



.btn-llamanos{
    background: #ea1f35;
    color: white;
    border-radius: 0px;
    font-size: 18px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-llamanos:hover{
    background: #b51728;
    color: white;
    border-radius: 0px;
    font-size: 18px;
		margin-left: 5px;
	margin-top: 5px;
}
 
.btn-whats{
   font-family: 'Roboto', sans-serif;
    background: #00e676;
    color: white;
    border-radius: 0px;
    font-size: 18px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-whats:hover{
    font-family: 'Roboto', sans-serif;
    background: #01cd6a;
    color: white;
    border-radius: 0px;
    font-size: 18px;
	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: #DA2027!important;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
}

.btn-1:hover{
	background: #1F69B4!important; 
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
}

.btn-envia{
	background: #1F69B4!important;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
}

.btn-envia:hover{
	background: #DA2027!important; 
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
}


.line1{
    border-top: 1px solid rgb(255 255 255);
}


.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: 120px;
}

#banner {
    background-image: url(../img/banner.webp); 
    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;
} 

 .card-header {
    padding: 2px 2px!important;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.btn-link {
    font-weight: 400;
    color: #474747;
    text-align: center!important;
}

.btn-link:hover {
    font-weight: 400;
    color: #3dcd57;
    text-align: center!important;
}
 
.card-header {
    padding: 2px 2px!important;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
} 

@media (max-width: 768px){

.txt-movil{
	font-size: 25px;
} 

.txt-movil2{
	font-size: 28px;
} 
.fondo1 {
    background: url(../img/fondo1.jpg) center center no-repeat;
    background-size: 100%;
    height: 240px;
}

#logo img {
	max-height: 100px;
}

#banner {
    background-size: 160% auto;
    background-position: 0px 0px;
}
 
.movilbanner{
	padding-top: 10px;
    font-size: 28px;
	margin-bottom: 4px;
}

.movilbanner2{
	/*padding-top: 23px;*/
    font-size: 20px;
	margin-bottom: 10px;
}


.movilform1{
	margin-top: 60px;
    text-align: center;
}

.bgformovil{
	margin-top: 60px;
	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%;
}

}
