body{
    margin:0px;    
    font-family: 'Titillium Web', sans-serif;
    color: #595959;
    font-size: 16px;
}
h2{
    font-size: 24px;
    background-color: #b3e0e7;
    padding: 10px;
    border-radius: 5px;
    margin-top: 35px;
    color: #49372b;
}

.contenedor-contacto{
    min-height: 600px;
    background-color: #fff;
    border-radius: 10px;

    -webkit-box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
}


.caracteristicas-degrade{
    padding: 25px;
}

.caracteristicas-degrade p{
    margin-bottom: 0px;
    color: #fff;
}

.caracteristicas-degrade h6{
    margin-top: 0px;
    font-size: 18px;
    color: #fff;
}

section{
    margin-top: 0px;
}

h4{
    color: #4ac6e5;
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0 5px 0;
}

h4 span{
    color: #454545;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
}

h5{
    color:#6ccce4;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}


.box-atributos{
    min-height: 360px;
    -webkit-box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
    float: left;
    min-height: 435px;
}
.box-atributos h3 {
    text-align: left;
}


.box-caracteristicas{
    width: 155px;
    float: left;
    height: 155px;

-webkit-box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);

    margin-left: 15px;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 10px;
}


.contenedor-atributos h2{
    font-size: 30px;
    color: #595959;
    text-align: center;
}

.contenedor-atributos span{
    font-size: 25px;
    color: #6ccce4;
    text-align: center;
    margin-bottom: 40px;
    display: block;
}

.box-caracteristicas img{
    display: block;
    margin: 20px auto 10px;
}

h3{
    text-align: center;
    color: #595959;
    font-size: 22px;
    font-weight: 700;
}

.box-atributos p{
    text-align: left;
}

.box-atributos img{
    display: block;
    margin: 20px auto 20px;
}

.texto-breve {
  width: 400px;
  margin-left: 80px;
}

.texto-breve p{
    text-align: center;
}

.intro-contacto span{
    font-size: 30px;
    color: #6ccce4;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
    display: block;
}


header{
    background-color: #19191A;
    height: 450px;
    width: 100%;
    position: relative;    
    background-image: url(../img/bannerCarrera.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 60px;
}


.logo-header{
    margin-top: 35px;
}


.logo-footer {
  padding-top: 40px;
  margin-bottom: 20px;
}

.logo-footer img{
    display: block;
    margin: auto;
}

footer p{
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
}

footer a{
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
    display: block;
}


#footer-landing{
    min-height: 200px;
    background-color: #19191A;
    width: 100%;
    margin-top: 20px;

    background-image: url(../img/bg-header.png);
    background-size: cover;
    background-position: bottom;
}

#intro{
    margin-top: 80px;
}

.contacto-izq{
    width: 45%;
    float: left;
    background-color: #ccc;
    background-image: url(../img/form.jpg);
    background-size: cover;
    background-position: 75%;
    min-height: 600px;

    -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}

.box-becas{
    background-image: url(../img/montFORM2.jpg);
}

.contacto-der{
    width: 55%;
    float: left;
    padding: 45px;
}



.btn-primario{
    background-color: #b3e0e7;
    border-radius: 50px;
    padding: 12px 40px;
    color: #49372b;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
}

.btn-primario:hover, .btn-primario:focus {
    background-color: #6ccce4;
    color: #49372b !important;
}


#contacto.pre-incripcion .intro-contacto h1{
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 0px;
    color: #404041;
    background-color: #6ccce4;
}

.formulario-contacto .form-control {  
  padding: 6px 12px;
  font-size: 15px;
  color: #555;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
}

.formulario-contacto input.form-control {  
  height: 43px;
}

.formulario-contacto{
    margin-top: 22px;
}


#contacto{
    margin-top: 20px;
}

h1{
    font-size: 25px;
    color: #fff;
    background-color: #49372b;
    display: inline;
    font-weight: 600;
    line-height: 65px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;    
}

#intro span{
    font-size: 16px;
    color: #fff;
    background-color: #49372b;
    display: inline;
    font-weight: 600;
    line-height: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;     
}


#intro .btn-primario{
    margin-top: 20px;
}


.resaltado{
    color: #71DBCD !important;
    padding-left: 0px !important;
    padding-right: 0px !important; 
}

.sinpad-izq{
    padding-left: 0px;
}

.sinpad-der{
    padding-right: 0px;
}


#detalles{
    margin-top: 80px;
    background-color: #F8F8F8;
    padding-top: 80px;
    padding-bottom: 80px;
}


.textos-sobre-hoja{
    width: 300px;
    position: absolute;
    height: 255px;    
    top: 175px;
    left: 304px;
    text-align: right;
}


.bloque-caracteristicas {
  width: 555px;
  margin-top: 130px;
}


.contenedor-detalles{
    width: 90%;
    margin: auto;
}


.bloque-intro{
    margin-top: 5px;
}

.whatsapp{
    position: fixed;
    bottom: 10px;
    right: 15px;
    width: 73px;
    height: 65px;
    z-index: 555;
}



.contenedor-atributos{
    width: 100%;
    margin: 50px auto ;
}


#caracteristicas{
    margin-top: 0px;
}

.bloque-intro strong{
    display: block;
    color: #4ac6e5;
}


.sustentabilidad {
  width: 600px;
  margin: auto;
}

.sustentabilidad p{
    text-align: center;
}

.sustentabilidad h3{
    color: #6ccce4;
    margin-top: 50px;
}

.contenedor-detalles ul{
    padding: 0px;
    margin-bottom: 20px;
}

.contenedor-detalles ul li{
    list-style: none;
    padding-left: 20px;
    line-height: 30px;
    position: relative;
}

.contenedor-detalles ul li:before{
    content: "";
    width: 9px;
    height: 9px;
    left: 3px;
    top: 11px;
    position: absolute;
    background-image: url(../img/bullet.png);
}



.contenedor-detalles span{
    font-size: 25px;
    color: #454545;
    display: block;   
    
}



.frase-sustentable{
    margin-top: 50px;
}


.frase-sustentable p{
    text-align: right;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}

.logo-encode{
    text-align: right;
    margin-bottom: 3px;
}


.foot-izq{
    float: left;
    width: 40%;
}

.foot-der{
    float: left;
    width: 60%;
    padding-top: 32px;
}



.texto-datos{
    width: 80%;
    float: left;
}

.img-datos{
    width: 72px;
    float: left;
}

.texto-datos p{
    text-align: right;
    font-size: 15px;
    color: #fff;
    margin-right: 25px;
}

.texto-datos p span{
    font-weight: 600;
}


.contenedor-footers{
    width: 80%;
    margin: auto;
}

.requisitos{
    width: 50%;
    background-color: #b3e0e7;
    margin: 30px auto 0;
    text-align: center;    
    border-radius: 10px;
    padding: 25px;
    -webkit-box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
}

.requisitos h4{
    color: #49372b;
    margin-bottom: 10px;
    font-size: 24px;
}

.requisitos p{
    margin-bottom: 0px;
    color: #49372b;
}