/*------------------------------------*\
	Owl theme
\*------------------------------------*/

/* -- dots -- */

#conocenos-slider.owl-theme .owl-dots {
    text-align: center;
}

    #conocenos-slider.owl-theme .owl-dots .owl-dot span {
        border: none;
        background: green;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

    #conocenos-slider.owl-theme .owl-dots .owl-dot:hover span {
        background: green;
    }

    #conocenos-slider.owl-theme .owl-dots .owl-dot.active span {
        background: green;
        width: 20px;
        height: 20px;
    }

/* --  background section  -- */

.bg-grey {
    background-color: #FAFAFA;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}


h3 p {
    font-size: 24px;
    font-weight: bolder;
    font-family: 'Poppins Rg', 'Bree Rg';
    margin-top: 0px;
    margin-bottom: 30px;
    color: #494C4F;
}

/* --  background image section  -- */

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

    .bg-img .overlay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: .8;
        background: #1C1D21;
    }

.sinpadding {
    padding: 0 !important;
}

.networking {
    
    padding-bottom: 30px;
}

    .networking a {
        display: inline-block;
        width: 35px;
        height: 35px;
        background-color: white;
        color: #494c4f;
        line-height: 35px;
        text-align: center;
        border-radius: 30px;
            margin-right: 10px;
    margin-left: 10px;
    }

.bg-color h1 {
    margin-top: 50px;
}



.modal-dialog-sabiasQue {
    width: 920px;
}
    /*------------------------------------*\
	Responsive
\*------------------------------------*/

@media screen and (max-width: 768px){
	.title-modal{
		font-weight: 600;
	}
}

    @media screen and (max-width: 992px) {

        .modal-dialog-sabiasQue {
            width: auto !important;
            background-color: transparent !important;
        }
		
		.modal-body-sabiasQue {
    		top: 110px;
            
        }

        .modal-sabiasQue {
            background-color: transparent;
        }
      

        .pagination-sabias {
            text-align: center;
        }

        .modal-height img {
            height: auto !important;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            display: block;
            border: 0;
            padding-top: 0px;
        }


        .padding-lados {
            padding-left: 5px;
            padding-right: 5px;
            padding-top: 20px;
            height: 210px;
        }

        .texthide-mobile {
            height: auto !important;
        }

        .bg-color p {
            margin-bottom: 10px;
        }

        .modal-close {
            display: inline-block;
            width: 50px;
            height: 50px;
            background-color: white;
            color: #778390;
            line-height: 50px !important;
            text-align: center;
            border-radius: 40px;
            -webkit-text-stroke: 5px white;
            margin-bottom: 10px;
            margin-top: 10px;
        }
    }



    @media only screen and (min-width: 993px) {
		
		.modal-body-sabiasQue {
    position: relative;
    padding: 0px;
    top: 90px;
       height: 500px;

}
		
        .bottom-content {
            top: 200px;
        }

        .center-content {
            top: 50px;
        }

        .pagination-sabias {
            text-align: right;
        }

        .modal-height {
            height: 460px;
        }

            .modal-height img {
                height: 460px;
                width: 100%;
            }

        .padding-lados {
            padding-left: 50px;
            padding-right: 50px;
            padding-top:30px;
        }

        .TargetNav {
            margin-top: 35px;
            margin-bottom: 100px;
        }

        .bg-color p {
            margin-bottom: 50px;
        }
    }

    @media only screen and (max-width: 1023px) and (min-width: 768px) {
        .modal-dialog {
            width: auto !important;
            margin-left: 20px;
            margin-right: 20px;
            background-color: transparent !important;
        }
		
		.modal-body-sabiasQue {
   
   			/* height: 700px;
			max-height:700px;*/
		}
		
		.modal-height img {
    width: 650px;
    height: 650px;
    /* height: auto !important; */
    /* max-width: 100%; */
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* border: 0; */
    /* padding-top: 0px; */
}
		
    }


  @media only screen and (min-width: 1024px) {

	  .modal-body-sabiasQue {
   
   			 height: auto;
			max-height:auto;
		}
  }
