* {
margin: 0;
padding: 0;
}


header{ 
    
    background-color:#4FACDC;
    height:09%;
    width:100%;
  }  

    #logo>img {
        width:113px;
        height:53px;
        margin-left: 35px;
    } 

.barra_navegacion{
     display: flex;
     flex-direction: row;
     justify-content: flex-end;
    align-items: flex-end;
    top:-50%;
    margin-right:5%;

}


nav{ 
    position: relative;
}

nav>ul>li {
    display:inline;
}

nav>ul>li>a {
    font-family:'Ubuntu', sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: ghostwhite;
    font-size:0.8em;
    padding-left: 25px;
    letter-spacing: -0.5
}

nav>ul>li>a:hover {
    color: #035A7C;
}

#imagen_slider>img{
    
   max-width: 100%;
    max-height: 100%;
    position:absolute;
}

#texto_principal{
    width: 80%;
    height: 40%;
    margin: auto;
    top:220px;
    position: relative;
  
}

.titulo{
    font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color: #FFF;
    font-size:5.5em;
    line-height: 0.9;
    letter-spacing: -3.5
        
}



.bajada{
    font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size:1.2em;
    line-height: 1;
}


/*FOOTER*/

footer{ 
    
    background-color:#434041;
    height:5%;
    width:100%;
    /*margin-top: 150px;*/
    padding-top: 18px;

  }  



.copyright{
 font-size: 0.85em;
 font-family:'Ubuntu', sans-serif;
 color: #AFAFB4;
 margin-left: 50px;
 }



#redes_sociales{
    width: 20%;
    height: 30%;
    margin-left: 1080px;
    list-style: none;
    margin-left:1150;
    
    
}

footer>#redes_sociales>ul>li>a {

    list-style: none;
}


#redes_sociales>ul>li{
    width:32px;
    height: 32px; 
    float: left;
    display:block;
    list-style: none;
    margin-right: 10px;
    margin-top: -22px;
  
}

ul>li>a{
    width:32px;
    height: 32px;
    list-style: none;
   
}

#boton_registrate_aqui {
    width:150px;
    height: 25px;
    background-color: #4FACDC;
    color:#fff;
    position: absolute;
    font-family:'Ubuntu', sans-serif;
    margin-top:25px;
    padding-top: 8px;
    padding-left:10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#boton_registrate_aqui>a{
    text-decoration: none;
     color:#fff;
    
}

#boton_registrate_aqui:hover{ 
    background-color:#288BB2; 
}

#beneficios_ubar{
    margin-top:50px;
    padding-top:20px;
    max-width: 100%;
    max-height: 100%;    
}

#titulo2{
    font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color:#FFF;
    font-size:3em;
    line-height: 0.9;
    letter-spacing: -3.5;
    margin-top:-400px;
    margin-left:10%;
    margin-bottom: 25px;
    
}

#bloque_de_texto_1 {
    margin-left:10%;
    width:70%;
    
}

.titulo_chico_1{
    font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color: #4FACDC;
    font-size:20px;
    margin-top:-55px;
}

.bajada_chica_1{
    font-family:'Ubuntu', sans-serif;
    font-weight:400;
    color: #000;
    font-size:1em;
}

#imagen_auto{
    margin-top:30px;
}

    
/* quienes somos */

.bajada_2{
    font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color: #000;
    font-size:1.2em;
    
    
}


.subtitulo{
    
    font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color: #000;
    font-size:2.5em;
}



#texto_principal_q_s {
    
    width: 80%;
    height: 40%;
    margin: auto;
    top:100px;
    position: relative;
  
}
    
  
#franja_fotos{
    
    width: 80%;
    height: 45%;
    top:-35px;
    position: relative;
     margin: auto;
    
}
    
#foto_1{
    background-image: url(http://diazcortez.com.ar/vm27/tp/img/foto_q_s_01.jpg);
    width: 331px;
    height: 307px;
    float:left;
    margin-right: 35px;
    
}

    
    #foto_2{
    background-image: url(http://diazcortez.com.ar/vm27/tp/img/foto_q_s_02.jpg);
    width: 331px;
    height: 307px;
    float:left;
     margin-right: 35px;
}

#foto_3{
    background-image: url(http://diazcortez.com.ar/vm27/tp/img/foto_q_s_03.jpg);
    width: 331px;
    height: 307px;
    float:left;
}


#boton_1{
    background-color:darkgray;
    width: 45%;
    height: 10%;
    margin: auto;
    margin-top:235px;
    padding-left: 20px;
    padding-top: 5px;
    cursor: pointer;
    text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    
}

#boton_2{
    background-color:darkgray;
    width: 45%;
    height: 10%;
    margin: auto;
    margin-top:235px;
    padding-left: 35px;
    padding-top: 5px;
    cursor: pointer;
    text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#boton_3{
    background-color:darkgray;
    width: 45%;
    height: 10%;
    margin: auto;
    margin-top:235px;
    padding-left: 35px;
    padding-top: 5px;
    cursor: pointer;
    text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    
}

#boton_1>span>a{
    text-decoration: none;
    color:black;
}

#boton_2>span>a{
    text-decoration: none;
    color:black;
}

#boton_3>span>a{
    text-decoration: none;
    color:black;
}


a:link   
{   
 text-decoration:none;   

}   

a.nounderline:link   
{   
 text-decoration:none;   
}   



#boton_1:hover{
    background-color: #4FACDC;
}

#boton_2:hover{
    background-color: #4FACDC;
}

#boton_3:hover{
    background-color: #4FACDC;
}

.boton_franja_fotos{
    font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color: #000;
    font-size:1.2em;
    text-decoration:none;   
}

/*Caja Celeste*/

#caja_texto_celeste{
    width:660px;
    height:245px;
    background-color: #4FACDC;
    float:left;
    margin-left:10%;    
    padding:20px 20px 20px 20px;
}

.bajada3{
    font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color: #000;
    font-size:1.2em;
    line-height: 1;    
    
}
.subtitulo_blanco{
    font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color: #FFF;
    font-size:1.8em;
}


#parrafo_texto_1{
    width:550px;
    height:150px;
    
}
.bajada_chica_2{
    font-family:'Ubuntu', sans-serif;
    font-weight: 400;
    color: #000;
    font-size:1em;
    line-height: 15px;
}

#boton_4{
    background-color:darkgray;
    width: 20%;
    height: 10%;
    cursor: pointer;
    margin-top: -50px;
    text-decoration: none; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    padding:10px 15px 5px 30px;
}

#boton_4>span>a{
    text-decoration: none;
    color:black;
}  

#boton_4:hover{
    background-color: #288BB2;
    color:#FFF;
}  
    
.boton_4_clase{
     font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color: #000;
    font-size:0.8em;
    text-decoration:none; 
    color: #434041;
}

#botones_cuadrados {
    width:331px;
    height:286px;
    margin-right:150px;
    float: right;
    padding-bottom: 150px;
}

.bajada4{
    font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color: #000;
    font-size:1.2em;
    line-height: 1; 
    color: #434041;
}

.subtitulo_negro{
    font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color: #000;
    font-size:1.8em;
    color: #434041;
}

#contenedor_inferior{
    height: 315px;
    color: #434041;
    margin-top: 35px;
    margin-bottom: 35px;
}

#imagen_mina{
    width:332px;
    height: 308px;
    position: absolute;
    margin-left:-734px;
}



#caja_texto_inferior{
    width:600px;
    height: 200px;
    color: #434041;
    position: absolute;
    margin-left:-380px;
}

#footer_final{ 
    
    background-color:#434041;
    height:70px;
    width: 1400px;
    margin-left: -900px;
    padding-top: 25px;
}

#redes_sociales2>ul>li{
    width:32px;
    height: 32px; 
    float: left;
    display:block;
    list-style: none;
    margin-right: 10px;
    margin-top: -22px;
}

ul>li>a{
    width:32px;
    height: 32px;
    list-style: none;
   
}

#redes_sociales2{
    width: 20%;
    height: 30%;
    list-style: none;
    margin-left:1150;
    margin-top:10px;
    
    
}

#footer_final>#redes_sociales2>ul>li>a {

    list-style: none;
}


/*Formulario de Contacto*/

#formulario_de_contacto{
    width:500px;
    height: 800px;
    margin-top:50px;
    margin-left: 250px;
    float:left;
    margin-bottom: 350px;
}

textarea {
           -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; 
    width:350px;
}

select {
		width: 100%;
		padding: 20px 25px;
		color: #111;
		margin: 0 0 15px 0;
		border: 1px solid #ddd;
		outline: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

label {
		display: block;
		color: #111;
		font-size: 13px;
		line-height: 23px;
		margin: 12px 0;
    
	}
input{
        -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;    
}


.formulario_texto{
     font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color: #000;
    font-size:1.2em;
    
}

#boton_registrate_aqui2 {
    width:150px;
    height: 25px;
    background-color: #4FACDC;
    color:#fff;
    position: absolute;
    font-family:'Ubuntu', sans-serif;
    padding-bottom: 5px;
    padding-left:10px;
    margin-top: -40px;
    padding-top: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

#boton_registrate_aqui2:hover{ 
    background-color:#288BB2; 
}

#botones_contacto{
    width:310px;
    height: 310px;
    float: right;
    margin-left: 850px;
    position: absolute;
    cursor: pointer;
    margin-top:100px; 
}

#mapa>img{
    margin-bottom: 25px;
    
}

.video {

    margin-top: 100px;
    text-align: center;
    margin-bottom: 100px;
}




#footer_final2{ 
    
    background-color:#434041;
    height:70px;
    padding-top: 25px;
    margin-top:500px;
}

/*
@media (max-width: 460px), (max-height:800px) {
    /*#logo>img {
        width:115px;
        height:52px;
    }       

    background-color:#4FACDC;
    height:35%;
 
    }  
}*/