*{
 margin: 0;
 padding: 0;
 text-decoration: none;
 list-style: none;
 box-sizing: border-box;

}

body{

    background: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    

}

.contenedor{

    width: 80%;
    margin: auto;



}

.contenedor-navegador{

    width: 100%;
    margin: auto;



}

.contenedor1{

    width: 80%;
    margin: auto;



}

.contenedor2{

    width: 80%;
    margin: auto;



}

.contenedor3{

    width: 80%;
    margin: auto;



}

.contenedor4{

    width: 80%;
    margin: auto;
    display: flex;

}






/* slidechare$$$$$$$$$$$$$$$$$$$ */


main{

    width: 100%;
    margin: 80px 0 0 0 ;
    background: white;
    /* padding: 20px; */
    /* box-shadow: 0px 2px 5px rgba(0,0,0,0.75); */

}

/*  mapa oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */

.titulo-principal {
 

    /* height: 500px; */
    background: #f4f4f4;
}

.titulo-principal .contenedor{
    /* border: 2px solid red; */
    padding:  50px 0;
}
.titulo-principal  h1{

    color: #0b3a5d;
    font-size: 52px;
    font-weight: 700;
    padding:  0 0 10px 0;

}

.titulo-principal  p{

    color: #778591;
    font-size: 24px;
    text-align: justify;

}
/* session 1 oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */

.seccion-servicios{

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* border: 2px  solid green; */
    margin: 20px 0px;
    /* background:yellow; */



}

.seccion-servicios .contenedor{

    display: flex;
    /* border: 3PX solid  black ; */

}


.seccion-servicios .contenedor .formulario{

text-align: justify;


}
/* SECTION CONTACTOoooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */

.informacion{

    /* border: 2px solid red; */
    /* height: 500px; */
    width: 30%;
    padding: 50px 0px 0 0px;
    text-align: left;
    color:#415363;
    /* justify-content: center; */
    align-items: center;
    
}

.informacion .contenedor1{

    /* margin: 0 0 20px 0; */
    font-size: 20px;
    border: 1px solid #7fc8bd;
    text-justify: auto;
    /* margin: 10px; */
    /* margin: 0; */
    width: 95%;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    
    


}


.informacion .contenedor2 {


    /* margin: auto;
    text-align: center; */
    height: 50px;
    border: 3px solid #7fc8bd;
    position: relative;
    margin: 20px auto;
    border-radius: 5px;
    
    
    
        
}






.informacion .contenedor3{

    margin: 20px auto;
    font-size: 20px;
    border: 1px solid #7fc8bd;
    text-justify: auto;
    /* margin: 10px; */
    /* margin: 0; */
    width: 95%;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    
    


}


.informacion p{

    
    text-align: justify;


} 

.informacion .contenedor li{

    margin: 0 0 20px 0;


}

.informacion .contenedor4{


justify-content: center;
align-content: center;


}
.informacion h3{

color:#415363;
font-size: 18px;
border-bottom: 2px solid rgba(0,0,0,0.2) ;
margin: 20px 0 20px 0;
text-align: center;
}

.informacion .boton{

background: white;
position: absolute;
/* border: 3px solid red; */
/* top: 30%; */
width: 100%;
height: 100%;
text-align: center;

justify-content: center;

}


.informacion .contenedor2 a{

padding: 8px  0;
color: #415363;
font-weight: 500;


}

.informacion .boton:hover{


    color: white;
    background:  #7fc8bd;
}



/* carousellllllllllllllllllllllllllllllllllllllllllllllllllllllllllll */




.formulario{


    width: 70%;
    /* border: 2px solid blue; */
    padding: 50px 50px 0 0;
    display: flex;
    flex-wrap: wrap;
    




}

.formulario .contenedor1{

    width: 100%;
    margin: 0;
    font-weight: 470;
    line-height: 1.8em;



}

.formulario .contenedor1 i{

    color: #0b3a5d;
    font-size: 60px;
    border-top: 4px solid #7fc8bd;
    border-left: 4px solid #7fc8bd;
    padding-left: 20px;
    padding-top: 20px;
    


}

.formulario .contenedor1 h3{

    color: #0b3a5d;
    font-size: 30px;
    margin: 10px 0px;
    font-weight: bold;
    


}

.formulario .contenedor1 p{

    color: #415363;
    font-size: 18px;
    margin-bottom: 30px;
    


}

.formulario .contenedor1 li{

    color: #415363;
    font-size: 18px;
    margin-top: 10px;
    


}



.contenedor1 li::before{
    content: "\2022";
    padding-right: 5px;
    color: #29bbae;
    
}




/* FOTERRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR */

footer{

    width: 100%;
    background:#273443;
    color: white;
    




}

.container-footer-all{

    width: 100%;
    /* max-width: 1000px; */
    margin: auto;
    /* background:#273443; */
    background: red;
    

}

.container-body{

    display: flex;
    flex-wrap: nowrap;
    padding: 50px 0 50px 0;
    /* max-width: 1000px; */
    background: #273443;
    margin: auto;
    /* background: yellow; */

}

.columna1{

   width: 400px;
   padding: 10px

}

.columna1 h4{

    font-size: 40px;
    /* margin: auto; */

}

.columna1 p {

    font-size: 14px;
    color: white;
    margin: auto;
    text-align: justify;


}

.columna2{

    width: 400px;
    padding: 10px

   


   

}

.columna2 h4{

    font-size: 18px;
    text-align: center;

    
}


.columna2 li{

  text-align: center;
  padding: 7px 10px;
    

    
}


.columna2 a{

    color: white;
    font-size: 18px;
    border: 1px solid transparent;
    padding: 7px 10px;
    border-radius: 3 px; 

    
}

.columna3{


    width: 400px;
    padding: 10px
    
    
    
}
    
.columna3 h4{
    
    font-size: 18px;
    text-align: center;
    
}
    

.columna3 li{

    text-align: center;
    padding: 7px 10px;
      
  
      
  }
  
  
.columna3 a{
  
      color: white;
      font-size: 18px;
      border: 1px solid transparent;
      padding: 7px 10px;
      border-radius: 3 px; 
  
      
  }

.container-footer{


    background:#232f3c;



}


.copyright {

    background:#232f3c;
    width: 100%;
    padding: 20px 20px 20px 20px;
    max-width: 1000px;
    margin: auto;




}







@media screen and (max-width:1168px){

        


    .contenedor-navegador  li{

        display: none


    }

    label.logo{

        font-size: 32px;
        

        
    }


    nav #icon {

        display: block;
        font-size: 25px;

    }



    .show{

        right: 0;


    }

    nav li {

        display: block;
        margin: 50px 0;
        line-height: 30px;



    }

    .fixed{

        position: fixed;



    }


    .peliculas-recomendadas .contenedor-carousel .carousel .pelicula{

        min-width:50%;
        background: #fff;
        transition: 0.3s ease all;
        border-radius: 0.5em ;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
        margin: 0 20px 50px 0;
        /* padding: 1px */


    }




    
    label.logo{

        
        padding-left: 40px;
        line-height: 70px;
    
        
    }
    
    
    .seccion-servicios .contenedor{

        display: block;
        
    
    }

    .informacion{

       
        width: 100%;
        padding: 50px 0px 0px 0px;
        text-align: left;
        color:#415363;
      
        align-items: center;
        
    }
    .formulario{
    
    
        width: 100%;
        /* border: 2px solid blue; */
        padding: 50px 0 0 0;
        display: flex;
        flex-wrap: wrap;
        
    
    }
    
    




    .container-body .columna2{

      width: 300px;



    } 

    .container-body .columna3 h4{

        
        text-align: left;
  
    } 


    
    .columna3 li{

        text-align: left;
        padding: 7px 0 7px 0;
          
      
          
      }
    .container-body{

        display: flex;
        flex-wrap: wrap;
        padding: 50px 0 50px 0;
        /* max-width: 1000px; */
        background: #273443;
        /* margin: auto; */
        /* background: yellow; */
    
    }

    
    

}


@media screen and (max-width:470px){

    

    .titulo-principal h1{

     font-size: 2.5em;


    }

    .titulo-principal  p{

        
        font-size: 1.2em;
        
    
    }

    .container-body .columna2 h4{

        
        text-align: left;
  
    } 


    
    .columna2 li{

        text-align: left;
        padding: 7px 0 7px 0;
          
      
          
      }

    .columna2 a{

        text-align: left;
        padding: 7px 0 7px 0;
          
      
          
      }






}



@media screen and (max-width:366px){

    

    .titulo-principal h1{

     font-size: 2.1em;


    }
}