*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    --color-naranja: #faa032;
    --color-gris:#f4f4f4;
    --color-negro:#202221;
    --color-turquesa:#2596be;
}
  
body{
    font-family: 'Baloo Da 2', cursive;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.lineal{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
}

.container{
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.container2{
    width: 100%;
}


.vertical{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: auto;
    text-align: center;
}





/* INICIO BANNER Y TITULOS*/

.banner{
    display: flex;
    align-items: center;
    position: relative;
}

.bar{
    width: 100%;
    height: 200px;
    background-color: var(--color-naranja);
}

 .bar2{
    width: 100%;
    height: 130px;
    background-color: var(--color-naranja);
    margin-top: 20px;
    justify-content: center;

}

/*
.bar2 img{
     padding: 20px 30px 0px 30px; 
     
}*/


.effologo{
    position: absolute;
    left: 25%;
    padding-left: 10px;
}

.effobox{
     position: absolute;
     left: 55%;
}

.titulo{
    padding-top: 30px;
    font-size: 50px;
    font-weight: bolder;
    font-stretch: expanded;
    text-align: center;
}

.logo{
    margin: auto;
    padding: 10px 0px 20px 0px;
    z-index: 100;
    margin-bottom: 20px;
}

/* FIN BANNER Y TITULOS*/

/* CONTENIDO */

.imgTitulo{
    height: 60px;
}

.imgIcono{
    height: 100px;
}
.xlogo img {
    height: 130px;
    max-height: 100%;
    width: 215px;
    max-width: 100%;
}

.xlogo2 img {
    padding-top: 20px;
    height: 100px;
}

.title-box{
    
    width: 300px;
    height: 50px;
    padding-left: 10px;
    font-size: 2em;
    font-weight: bold;
    background-color: var(--color-naranja);
    border-radius: 5px 25px 25px 5px;
    margin-bottom: 10px;
}

.sectionx2{
    width: 1200px;
    max-width: 100%;
   /* padding: 20px 0px 20px 0px;*/
}

.sectionx2 .media{
    max-width: 100%;
    width: 570px;
    background-color: var(--color-gris);
    border-radius: 25px;
    padding: 20px 10px 10px 20px;
    margin: 10px 0px 10px 0px;
}

.sectionx2 .media .contenido .ma{
    width: 150px;
    max-width: 100%;
    align-items: center;
    margin: auto;
}

.sectionx2 .media .contenido .mb{
    width: 300px;
    max-width: 100%;
    align-items: center;
    margin: auto;
    text-align: center;
}


.sectionx4{
    width: 1200px;
    max-width: 100%;
}

.sectionx4 .cuarta{
    max-width: 100%;
    width: 300px;
}

.boxoil img{
    margin: auto;
    height: 80%;
    width: 80%;
}


.cuarta{
    /*width: 25%;*/
    width: 300px;
    max-width: 100%;
}









/* **************************** */

.texto1{
    font-size: 20px;
    color:red;
}

.texto2{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.texto3{
    text-align: justify;
    padding: 15px 10px 15px 10px;
    font-weight: 500;
    font-size: 19px;
}
.resaltar{
    font-size: 30px;
}


.textofootertitulo{
    font-size: 18px;
    font-weight: bold;
    color: white;
 }
 
 .textofootertitulo a{
    color: white;
    text-decoration: none;
 }

.textofooter{
    color: white;
    font-size: 17px;
}

.textofooter a{
    color: white;
    text-decoration: none;
}

.icons i{
    color: white;
    font-size: 30px;
}

.boton{
    width: 170px;
    background-color: white;
    color:black;
}

.boton a{
    text-decoration: none;
    font-weight: bold;
    color:black
}

.textomr{
    font-size: 15px;
    color :white
}


/* **************************** */

.menu-top{
    width: 100%;
    justify-content: center;
    font-weight: bold;
}

.menu-top a{
    color: var(--color-negro);
    font-size: 20px;
    text-decoration: none;

}

.menu-top .phone i{
    color: #25D366;
    font-size: 20px;
    font-weight: bold;
 }

/* *********************** */

footer{
    margin-top: 50px;
    padding-top: 50px;
    background-color: var(--color-negro);
    height: 100%;
}

/* ********************************************* */

.mlogo{
    display: none;
}


/* INICIO BTN WSP  */

.wsp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-wsp{
	margin-top:16px;
}



.cotiza{
	position:fixed;
	width:60px;
	height:150px;
	bottom:40px;
	right:150px;
	
	text-align:center;
    font-size:30px;
	
  z-index:100;
}








/* FIN BTN WSP */


@media all and (max-width:520px){
    .redes{
        display: none;
    }

    .logo{
        padding-top: 0px;
    }

    .logo img{
       width: 350px;
    }

    .xlogo2{
        display: none;
    }

    .effologo{
        display: none;
    }

    .effobox{
        left: 5%;
    }

    .effobox img{
        width: 350px;
    }

    .sectionx2 .media{
        max-width: 100%;
        width: 360px;
        margin: auto;
        margin-top: 10px;
    }

    .ximg{
        justify-content: center;
    }
 
    .xlogo{
        display: none;
    }

    
    .mlogo{
        display: block;
        margin: auto;
    }

    .mlogo img{
        width: 300px;
    }

    footer .cuarta{
        padding: 20px 0px 20px 0px;
    }

}


@media all and (max-width:1190px){
    .sectionx2 {
        margin: auto;
        justify-content: center;
    }
}

@media all and (max-width:900px){
    .effologo {
        display: none;
    }

    .effobox{
        padding-top: 35px;
        padding-bottom: 35px;
        left: 10%;
   }
   
}