@font-face{
    font-family: 'Roboto-Medium';
    src: url(../fonts/Roboto-Medium.ttf) format('truetype');
}

*{
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    font-family: 'sans-serif';
    background-color: black;
}

.whatsapp{
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  width: 80px;    
}

.circular img{
   width:90%;
   margin: 0px auto;
   border-radius: 50%;
   border: solid 2px black;          
}

.textoamigos {
   font-weight: bold;  
   color: white;    
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   font-size: 25px;
}
/*



                NAVBAR

*/
.navbar {
	font-family: 'Roboto-Medium', serif;
    font-size:1em;
    background-color: #2E2E2E !important;
    color: white;
/*    color: white;*/
    
/*    color: #fff;*/
}

.navbar li {
    border-bottom: solid #2E2E2E;
/
}

.navbar li a {
    color: white;
}

.navbar li:hover{
    border-bottom: solid white;
}

.navbar li a:hover{
    color: white;
}

/*
.dropdown a {
    border-bottom: solid #fff;
}

.dropdown a:hover {
    border-bottom: solid #88b77b;
}
*/

.bg-color {
/*    background-color: #88b77b;*/
    background-color: #fff;
/*    background-color: #F2F9E6;*/
/*    background-color: rgba(242,249,230,0.9)*/
}

.subcolor {
/*    background-color: #88b77b;*/
   background-color: #fff;
/*    background-color: #F2F9E6;    */
}
/*

DEFINICIONES DE LAS CORTINAS

*/
.recuadro {
  position: relative;
  width: 200px;
}

.image {
  width:90%;
}

.overlay {
  position:absolute;
  width: 90%;
  height:0;
  left: 0;
  top:0;
  background-color:#88b77b;
/*  background-color: rgba(136,183,123,1)  */
/* background-color:#008CBA;*/
  overflow: hidden;
  transition: 0.9s;
}

.recuadro:hover .overlay {  
  height: 90%;
}

.text {
  padding:10px 10px;
  font-family: arial;
  text-align: center;    
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);   /*Para IE */
  -webkit-transform: translate(-50%, -50%);   /*Para Safari*/
}

.text2 {
  padding:5px 5px;
  font-family: arial;
  text-align: center;  
  white-space: nowrap;
  color: white;
  font-size: 20px;
  font-weight: bold;    
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);   /*Para IE */
  -webkit-transform: translate(-50%, -50%);   /*Para Safari*/
    
}

.lineaabajo {
    color: black;
}
/*
FIN DEFINICIONES DE LAS CORTINAS
*/
/*

          PARALAX

*/
.paralax-1{
    width: 100%;
    height: 100vh;
/*    background-image: url('../img/fondo21.jpg');*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
/*DEJA FIJA LA IMAGEN    */
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.texto-hero {
  display: inline-block;
  width: 390px;
  padding: 18px;
  color: #111; 
  background-color: rgba(255, 255, 255, 0.7);    
  border: 1px solid #fff;
  border-radius: 9px;
  text-align: center;
  outline: none;
  text-decoration: none;
    
}

.texto-hero2 {
  display: inline-block;
  width: 390px;
  padding: 18px;
  color: #111; 
  background-color: white;    
  border: 1px solid #fff;
  border-radius: 9px;
  text-align: center;
  outline: none;
  text-decoration: none;
    
}

.texto-hero3 {
  display: inline-block;
  width: 390px;
  padding: 18px;
  color: #000; 
  background-color: black;    
  border: 1px solid #000;
  border-radius: 9px;
  text-align: center;
  outline: none;
  text-decoration: none;
    
}

h2 {
    font-size: 35px;
    font-weight: 300;
}

.center {
    max-width: 1100px;
    width: 90%;
    overflow: hidden;
    margin: auto;
    text-align: center;
}

.espacio {
    padding: 30px 0 60px 0;
}

.espacio h2 {
    text-align: center;
    padding: 30px;
}

.espacio p {
    text-align: justify;
}

.paralax-2{
    width: 100%;
    height: 80vh;
    background-image: url('../img/fondo21.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
/*DEJA FIJA LA IMAGEN    */
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}


.paralax-3{
    width: 100%;
    height: 80vh;
    background-image: url('../img/lefondo7.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
/*DEJA FIJA LA IMAGEN    */
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}


.paralax-4{
    width: 100%;
    height: 80vh;
    background-image: url('../img/fondo22.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
/*DEJA FIJA LA IMAGEN    */
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paralax-5{
    width: 100%;
    height: 80vh;
    background-image: url('../img/lefondo6.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
/*DEJA FIJA LA IMAGEN    */
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}


.paralax-6{
    width: 100%;
    height: 80vh;
    background-image: url('../img/fondo23.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
/*DEJA FIJA LA IMAGEN    */
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paralax-7{
    width: 100%;
    height: 80vh;
    background-image: url('../img/lefondo8.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
/*DEJA FIJA LA IMAGEN    */
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}



/*


FORMULARIO DE CONTACTO


*/
label, input[type="submit"]{
    margin-top: 6px;
}

.btn:focus{
    outline: none;
}

.btn-success{
    background-color: #88b77b;
    text-shadow: 0px 1px green;
    outline: none;
}

ibody {
    background-color: #ecf0f3;
    border: 1px solid #bfd8eb;
    margin: 10px auto;
    width: 400px;
    color: #4c4c4c;
    font-size: 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.jumbotron {
    background-color: gray;
    border-radius: 8px 8px 8px 8px;
    padding: 16px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
}
.jumbotron h1 {
    color: #fff;
    font-size: 36px;
    text-align: center;
    text-shadow: 0px 1px black;
}

.fcontacto {
    padding: 1px;
}

.logocontacto{
    padding-bottom: 5px;
    padding-top: 1px;
    text-align: center;
}







/*

         FOOTER

*/
footer {
    height: 150px;
	background: #222222;
    background-color: #222222;
/*    background: linear-gradient(to top right, black, #00A8FF, black);*/
/*	background: gray;*/
}
footer h2 {
/*	border-bottom:solid white 1px;*/
	color: white;
	text-align: center;
    font-size: 1em; 
}
footer h4 {
	color: white;
	text-align: center;    
    font-size: 2em; 
}
footer img {
	margin-right: 10px;
    color:white;
    width: 10%;
}

.Estilo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}










/****** SECCION MEDIA QUERY  *****/ 

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) 
{
.text {
  font-size: 15px;
    }

footer {
    height: 250px;
}
    
 
.circular img{
   width:70%;
   margin: 0px auto;
   border-radius: 50%;
   border: solid 2px black;          
}    
 
 .textoamigos {
   font-weight: bold;  
   color: white;    
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   font-size: 20px;
}
}

/* Small devices (landscape phones, 576px and up) */ 
@media (min-width: 576px) and (max-width: 767.98px){

.text {
  font-size: 15px;
    }

footer {
    height: 250px;
}


 .circular img{
   width:80%;
   margin: 0px auto;
   border-radius: 50%;
   border: solid 2px black;          
}
    
    
.textoamigos {
   font-weight: bold;  
   color: white;    
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   font-size: 20px;
}    
}


/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991.98px)  {

.text {
  font-size: 15px;
    }


.circular img{
   width:90%;
   margin: 0px auto;
   border-radius: 50%;
   border: solid 2px black;          
}
    
.textoamigos {
   font-weight: bold;  
   color: white;    
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   font-size: 20px;
}     
}
/* Medium Devices, Desktops */
@media (min-width: 992px) and (max-width: 1199.98px)  {

.text {
  font-size: 17px;
    }
    
.circular img{
   width:90%;
   margin: 0px auto;
   border-radius: 50%;
   border: solid 2px black;          
} 
    
    
.textoamigos {
   font-weight: bold;  
   color: white;    
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   font-size: 25px;
}    
    
}

/* Large Devices, Wide Screens */
@media (min-width: 1200px)  {

.circular img{
   width:90%;
   margin: 0px auto;
   border-radius: 50%;
   border: solid 2px black;          
}  

.textoamigos {
   font-weight: bold;  
   color: white;    
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   font-size: 25px;
}
}

/****** Fin de: SECCION MEDIA QUERY  *****/ 