 @media only screen and (min-width: 1050px) {
        #miLogo{
          width:150%;
        }
      }

      @media only screen and (min-width: 300px) and (max-width: 767px) {  
  
        #miLogo{
          width:500%;
        }
      }
      @media only screen and (min-width: 768px) and (max-width: 1049px) {  
  
        #miLogo{
          width:250%;
        }
      }

.site-navbar .site-navigation .site-menu .has-children .dropdown {
        top: 68%;
        width:125px;
        /*margin-top: -50px;*/
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 100%;
}

.site-navbar-top .btn-group a.ml{
    margin-left: -40px
}

 @media only screen and (max-width: 1050px) {
       .site-navbar-top .btn-group a.ml{
            margin-left: -10px
        }
    }



/*zona video*/
*, *::before, *::after {
    -webkit-box-sizing: none;
    box-sizing: none;
}

@media only screen and (min-width: 1050px) {
    .paravideo{
        width:750px;
        margin: 0 auto
    }
}

/**/

.parallax{
	background-image: url(../img/Backgrounds/MaderaNatural.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed 
}

.counter{
	color:white;
}

.single_counter h4{
    font-size: 3em;
    color:white;

}

.single_counter p{
    font-size: 2em;

}


/*footer*/
.border-top {
    border-top: 1px solid /*#27AE06*/ #295943 !important;
}
.site-footer {
    padding: 4em 0;
    background: /*#27AE06*/#295943;
}

.site-footer a {
    color: #B0E1A4
}
.site-footer p {
    color: #B0E1A4
}

.rounded {
    border-radius: 0.50rem !important;
}


/*Paises*/
.btn-group a:hover{

    -webkit-text-shadow: 9px 7px 117px -45px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 7px 117px -45px rgba(0,0,0,0.75);
    box-shadow: 9px 7px 117px -45px rgba(0,0,0,0.75);
}
/*.over:hover{
    margin-left: 100px
    -webkit-box-shadow: 9px 7px 117px -45px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 7px 117px -45px rgba(0,0,0,0.75);
    box-shadow: 9px 7px 117px -45px rgba(0,0,0,0.75);
}
*/


/*contact*/

.contact-our-area {
    position: relative;
    padding: 120px 0;
    z-index: 1;
    background-color:#0085B2/*#261EB3 #2218CC*/;
}

.section-heading-2 h4{
	color:white;
	margin-bottom: 2rem;
	font-size: 2rem;
	text-transform: uppercase
}
.section-heading-2 p{
	color:#EEEEEE;
	margin-bottom: 0
}


.contact-our-area .contact-information .single-contact-info {
    margin-bottom: 25px;
}

.contact-our-area .contact_from_area {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 10px;
}
.contact_input_area .form-group .form-control {
    border-bottom: 1px solid #dbdcf1;
    color: #CCCCCC;
}

.form-group .form-control::-webkit-input-placeholder { color: #CCCCCC; } 

 

.form-group .form-control {
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    background-color: transparent;
    border-right: none;
    border-top: none;
    border-left: none;
    border-radius: 0;
    border-bottom: 1px solid #4d507d;
    font-size: 15px;
    text-transform: none;
    color: #9293bc;
    padding-left: 10px;
}

.single-contact-info h6{
	color:white;
}

.single-contact-info p{
	color:#CCCCCC;
	margin-bottom: 0;
}


/******************/

#fotografias a {
    color:#777777;
}

#fotografias a:hover{
    color:#295943;
}