body {
		
    font-family: 'Montserrat', sans-serif;
	height: 100%;
	width: 100%;
	padding:0%;
	margin: 0%;
  }

 .borderup {
   
        border-style: solid;
        border-width: 12px;
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-color: #0099CC;
        
    
 }



 

 .telefonoblanco {
    color: #707070;
    size: 25px;
 }

 .telefonolanding a{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125;
    color: black;
    text-decoration: none;
}


.dropdown-menu a:hover {
  color: white;
  background-color: #00ACEB;
 }


.boton1 {
    border-style: none;
    padding-top: 20px;
    border-radius: 0px;
}

.titulo {
    font-size: 2.625rem;
    font-weight: 300;
    color: #707070;
}

.texto {
    font-size: 1.063rem;
    color: #707070;
}

.margen1 {
    margin-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
}

.margen1p2 {
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 5%;
}

.margen2 {
  margin-top: 5%;
  margin-left: 20%;
  margin-right: 20%;
  
}

.margen2p2 {
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 10%;
}

.margen3 {
  
  margin-left: 20%;
  margin-right: 20%;
  
}


.image1 {
    background-image: url("images/home1.png"); 
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 954px;
  }

.image2 {

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  height: 100%;
  width: 100%;
}

.imagenvuela {
    margin-left: -25%;
    margin-top: 20%;
}

.shadow {
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.5)
}


.fondogris {
    background-color: #EBEBEB;
}

.textoservicios {
    font-size: 1.063rem;
    color: #707070;
    
}


@media (min-width: 768px) { 
.serviciostexto { 
    margin-top: 50px;
    
}
}


input[type="text"] {
    border: 1px solid #222222;
    border-radius: 0;
    width: 247px;
    height: 62px;
    padding-left: 1rem;
    border: none;
  }


  .nombre input {
    border: 1px solid #222222;
    border-radius: 0;
    width: 524px;
    height: 62px;
    padding-left: 1rem;
    border: none;
  }
  .comenta {
    border: 1px solid #222222;
    border-radius: 0;
    padding-left: 0.5rem;
    padding-top: .8rem;
    height: 123px;
    width: 524px;
    border: none;
  }

  .margen4 {
    
    margin-left: 20%;
    margin-right: 20%;
    
}

  @media (max-width: 768px) { 
    .nombre input {
        border: 1px solid #222222;
        border-radius: 0;
        width: 247px;
        height: 62px;
        padding-left: 1rem;
        border: none;
      }

      .comenta {
        border: 1px solid #222222;
        border-radius: 0;
        padding-left: 0.5rem;
        padding-top: .8rem;
        height: 123px;
        width: 247px;
        border: none;
      }

      .margen4 {
    
        margin-left: -40px;
        margin-right: 0%;
        
    }

    
    }
 

  .contactbottom {
    background-color: #00ACEB !important;
    width: 157px;
    height: 62px;
    border: none;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
     }

.boo {
    position: relative;
    width: auto; min-height: 500px;
    background: rgba(0, 172, 235, 0.5) url(images/footer_contacto.png);
    transition: background-color 1s;
  }
  .boo:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .boo:before {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: inherit;
    content: ' ';
  }

  .textocontacto {
    font-size: 1.063rem;
    color: white;
  }

  .contactotitulo {
 font-size: 2.8rem;
 color: white;
 font-weight: bold;
}

@media (min-width: 768px) { 
    .textocontacto {
        font-size: 1.063rem;
        color: white;
        margin-left: 30%;
        margin-top: 5%;
      }
    
      .contactotitulo {
     font-size: 2.8rem;
     color: white;
     margin-left: 30%;
     margin-top: 5%;
     font-weight: bold;
    }
    }

.margintop {
    margin-top: 3%;
}

.bluecolor {
    background-color: #00ACEB;
    max-width: 100%;
    min-height: 100px;
  }



  .imagencentrar{
    display: flex;
    align-items: center;
    justify-content: center
  }

  .my-float {
    margin-top: 16px;  }

    .whatsapp {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 60px;
        right: 40px;
        z-index: 100;
     }
     

     .iconoss {
        color: white;
        font-size: 2.813rem;
      }


     