@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
	font-family: "Noto Sans", sans-serif;
	color: #2c2c2c;
}


h1{
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;

	
}

h2{
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
}

h3{
    font-family: "Noto Sans", sans-serif;
	font-weight: 400;
}

h4{
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	
}

h5{
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
}

h6{
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
}  

p{
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
}

.menu1{
	position: fixed!important;
}

.h1banner{ 
	font-family: "Noto Sans", sans-serif;
    font-weight: 400;	
  	font-size: 3.3rem; 
  	text-shadow: 5px 5px 5px #000;
}
 
.h2banner{
    font-family: "Noto Sans", sans-serif;
	font-weight: 400;
  	font-size: 2rem;   
}

.bg-blue-txt {
    background: #203759;
    display: inline-block;
    color: white;
    padding: 5px;
}

.mt-banner{
    margin-top: 102px;
}

.txt-orange{
    color: #E66428;
}

.txt-blue{
    color: #203759;
}

.txt-blue2{
    color: #14243a;  
}
/*backgrounds*/

.bg-orange{ 
    background: #E66428;
}

.bg-blue{
    background: #203759;
}
 
.bg-menu{
    background: #001a35;
} 
 
.bg-footer{
	background: black;
}

 
.parallax1 { 
  /* The image used */
  background: url(../img/parallax.webp) 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; 
}


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

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


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

.img-size2{
	width: 100px;
	text-align: center!important;
} 

.position-element {
    position: relative !important;
}

/*shape divider 1 right top*/
.custom-shape-divider-bottom-1718992695 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1718992695 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 28px;
}

.custom-shape-divider-bottom-1718992695 .shape-fill {
    fill: #E66428;
}
/*shape divider 1 right top*/

/*shape divider 1 right bottom*/
.custom-shape-divider-top-1718991768 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1718991768 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 28px;
}

.custom-shape-divider-top-1718991768 .shape-fill {
    fill: #E66428;
}
/*shape divider 1 right bottom*/


/*shape divider 2 right top*/
.custom-shape-divider-bottom-1718992817 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1718992817 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 28px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1718992817 .shape-fill {
    fill: #E66428;
}
/*shape divider 2 right top*/

/*shape divider 2 right bottom*/

.custom-shape-divider-top-1718992989 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1718992989 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 28px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1718992989 .shape-fill {
    fill: #E66428;
}
/*shape divider 2 right bottom*/





/*BOTONES*/
.btn-envia{
    background: #E66428;
    color: white;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-envia:hover{
    background: #203759;
    color: white;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}


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

.btn-llamanos:hover{
    background: #803513;
    color: white;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px; 
	margin-top: 5px;
}
 
.btn-whats{
    background: #00e676;
    color: black;
    border-radius: 0px;
    font-size: 14px; 
	margin-left: 5px;
	margin-top: 5px;
}
  
.btn-whats:hover{
    background: #019c51;
    color: white;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
} 

.btn-vacante{
    background: white; 
    color: #black;
    border-radius: 0px;
    font-size: 14px; 
	margin-left: 5px;
	margin-top: 5px;
}
  
.btn-vacante:hover{
    background: #00e676;
    color: black;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
} 

.btn-1{
	background: #E66428;
	font-weight: bold;
	color: white;
	font-size: 16px;
	border-radius: 0px;
}

.btn-1:hover{
	background: #203759;
	font-weight: bold;
	color: white;
	font-size: 16px;
	border-radius: 0px;
}



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

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


/*botones de gracias*/
.btn-return{
	background: #E66428;
	font-weight: bold;
	color: white;
	font-size: 21px;
	border-radius: 0px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-return:hover{
    background: #803513;
	font-weight: bold;
	color: white;
	font-size: 21px;
	border-radius: 0px;
    padding-right: 15px;
    padding-left: 15px;
}


.btn-llamanos-g{
    background: blue;
    color: white;
    border-radius: 0px;
    font-size: 21px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-llamanos-g:hover{
    background: #1c1c89;
    color: white;
    border-radius: 0px;
    font-size: 21px;
    padding-right: 15px;
    padding-left: 15px;
}


.btn-whats-g{
    background: #00e676;
    color: black;
    border-radius: 0px;
    font-size: 21px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-whats-g:hover{
    background: #01cd6a;
    color: white;
    border-radius: 0px;
    font-size: 21px;
    padding-right: 15px;
    padding-left: 15px;
} 

/*fin botones de gracias*/


/*fondo formulario*/ 
.bg-form {
    background: rgba(255, 255, 255, .7);
}



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

/*tamaño logo*/
#logo img {
	max-height: 80px;
}

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


/*efecto zoom imagenes*/
.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) */
}

.zoom1 {
    transition: transform .2s;
    height: auto;
    margin: 0;
    max-width: 100%;
}

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



 
/*redes sociales iconos*/
.white-icon {
	color: white!important;
	text-decoration: none!important;
	font-size: 21px !important;
}

/*textos footer*/
.txt-footer{
	color: white;
	font-size: 17px;
}

/*owl carousel*/
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: #E66428;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 55px; 
    position: absolute;


} 

.owl-next{
    right: -2%;
    top: 11%;

}

.owl-prev{
    left: -2%;
    top: 11%;
}



@media (max-width: 768px){

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: #E66428;
        border: none;
        padding: 0 !important;
        font: inherit;
        font-size: 55px; 
        position: relative;
    
    
    } 
    

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

.txt-movil2{
	font-size: 20px;
} 


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


#banner {
    background-size: 160% auto;
    background-position: 0px 0px;
}
 
.movilbanner{
    font-size: 20px;
	margin-bottom: 4px;
}

.mt-banner{
    margin-top: 90px;
}

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


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

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



}

