#contenido #buscador{
	width: 90%
}

#contenido #buscador .w100{
	width: 100%;
}

#contenido #buscador .w90{
	width: 90%
}

#contenido #buscador .w50{
	width: 50%;
}

#contenido #buscador .titulos{
	padding: 71px 0;
}

#contenido #buscador .titulo1{
	position: relative;
	font-family: 'Bebas Neue';
	font-size: 48px;
	color: #005E85;
}

#contenido #buscador .titulo2{
	position: absolute;
    font-family: 'Bebas Neue';
    font-size: 103px;
    color: #005E85;
    z-index: 1;
    opacity: .2;
}

#contenido #buscador .cont-buscador{
	width: 50%;
    padding: 50px 0;
}

#contenido #buscador .cont-buscador .imagen{
	margin-right: 5px;
}

#contenido #buscador .cont-buscador .imagen img{
    height: 28px;
}

#contenido #buscador .cont-buscador .title{
	font-family: Bebas Neue;
    font-size: 40px;
    margin-left: 5px;
    margin-right: 5px;
    color: #005E85;
}

#contenido #buscador .cont-buscador .buscador{
	margin-left: 5px;
}

#contenido #buscador .cont-buscador .buscador input[type=text]{
	font-family: Helvetica LT;
	font-size: 17px;
	font-style: italic;
	border: solid 2px #00A69C;
    height: 35px;
    width: 300px;
    padding-left: 20px;

}

#contenido #buscador .cont-buscador .buscador input[type=text]::placeholder {
    color: #7C7C7C;
}

#contenido #buscador .cont-buscador .buscador input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7C7C7C;
}

#contenido #buscador .cont-buscador .buscador input[type=text]::-ms-input-placeholder{ /* Microsoft Edge */
    color: #7C7C7C;
}

#contenido #cont-psic{
	width: 90%;
	padding-bottom: 60px;
}

#contenido #cont-psic .cont-psic{
	width: 100%
}

#contenido #cont-psic .cont-psic .det-psicologos{
	width: 350px;
    margin: 15px;
    height: 370px;
    cursor: pointer;
	-webkit-box-shadow: 3px 3px 12px 0px #171717;
    -webkit-box-shadow: 3px 3px 12px 0px #171717;
    box-shadow: 3px 3px 12px 0px #171717;
}
#contenido #cont-psic .cont-psic .det-psicologos .imagen{
	width: 150px;
    border-radius: 50%;
    height: 150px;
    background-size: cover;
    background-position: center center;
}

#contenido #cont-psic .cont-psic .det-psicologos .textos{
	font-family: Helvetica LT;
	font-size: 17px;
	text-align: center;
	width: 90%;
	color: #18A49D;
}

#contenido #cont-psic .cont-psic .det-psicologos .textos hr{
	width: 80%
}

#contenido #cont-psic .cont-psic .det-psicologos .textos .w90{
	width: 90%
}

#contenido #cont-psic .cont-psic .det-psicologos .textos .cont-detalle{
	margin-top: 15px;
	cursor: pointer;
	height: 25px;
}

#contenido #cont-psic .cont-psic .det-psicologos .textos .cont-detalle .mas{
	width: 25px;
	height: 25px;
    border-radius: 50%;
    background-color: #00638B;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin-right: 15px;

}

#contenido #cont-psic .cont-psic .no-results{
	height: 350px;
}

#contenido #cont-psic .cont-psic .no-results .circulo{
	width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #00A69C;
}

#contenido #cont-psic .cont-psic .no-results .circulo img{
	width: 54px;
	height: 58px;
}

#contenido #cont-psic .cont-psic .no-results .texto{
    font-family: Helvetia LT;
    font-size: 21px;
    color: #7C7C7C;
    margin-left: 30px;
    width: 60%;
}

/*detalle psicologo*/

#contenido #sobre-mi{
	padding: 65px 0;
	width: 90%;
}

#contenido #sobre-mi .det-psicologos-left{
	/*width: 350px;*/
	width: 30%;
    height: 480px;
    -webkit-box-shadow: 3px 3px 12px 0px #171717;
    -webkit-box-shadow: 3px 3px 12px 0px #171717;
    box-shadow: 3px 3px 12px 0px #171717;
    margin-right: 2%;
}

#contenido #sobre-mi .det-psicologos-left .imagen{
	width: 150px;
    border-radius: 50%;
    height: 150px;
    background-size: cover;
    background-position: center center;
    /*margin-top: 50px;*/
}

#contenido #sobre-mi .det-psicologos-left .textos{
	font-family: Helvetica LT;
    font-size: 17px;
    text-align: center;
    width: 90%;
    color: #7C7C7C;
    /*height: 250px;*/
    padding-bottom:30px;
}

#contenido #sobre-mi .det-psicologos-left .textos .nombre{
    font-family: Bebas Neue;
    font-size: 24px;
    color: #005E85;
}

#contenido #sobre-mi .det-psicologos-left .textos p{
    margin-block-start: 1.5px;
    margin-block-end: 1.5px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#contenido #sobre-mi .det-psicologos-left .textos .w90{
	width: 100%;
}

#contenido #sobre-mi .det-psicologos-left .textos hr{
	width: 100%;
	margin: 20px 0;
    background-color: #00638B;
    border: none;
    height: 1px;
}

#contenido #sobre-mi .det-psicologos-rigth{
	/*width: 670px;*/
	width: 55%;
    height: auto;
    -webkit-box-shadow: 3px 3px 12px 0px #171717;
    -webkit-box-shadow: 3px 3px 12px 0px #171717;
    box-shadow: 3px 3px 12px 0px #171717;
}

#contenido #sobre-mi .det-psicologos-rigth .titulo{
	width: 90%;
    font-family: Bebas Neue;
    font-size: 24px;
    color: #005E85;
    padding: 15px 0;
}

#contenido #sobre-mi .det-psicologos-rigth .texto{
	width: 90%;
    font-family: Helvetica LT;
    font-size: 17px;
    color: #7B7B7B;
    padding-bottom: 30px;
}

#contenido #sobre-mi .det-psicologos-rigth .texto p{
	margin-block-start: 1.5px;
    margin-block-end: 1.5px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#contenido #video{
	width: 90%;
	padding-bottom: 65px;
}

#contenido #video iframe{
	width: 87%;
	height: 500px;
}

#contenido #video .regresar{
	width: 100%;
    padding-top: 60px;
    font-family: Helvetica LT;
    font-size: 22px;
    font-weight: bold;
    color: #18A49D;
    cursor: pointer;
}

#contenido #video .regresar img{
	width: 30px;
    margin-right: 10px;
}

@media only screen and (min-width: 601px) and (max-width: 850px){
    #contenido #sobre-mi .det-psicologos-left {
        width: 100%;
        min-height: unset !important; 
        height: auto;
        margin-right: unset;
        margin-bottom: 35px;
        padding: 5% 5%;

    }

    #contenido #sobre-mi .det-psicologos-left .textos {
        width: 50%;
        height: unset;
        margin-left: 10%;
        text-align: justify;
    }

    #contenido #sobre-mi .det-psicologos-left .imagen {
        width: 185px;
        border-radius: 50%;
        height: 185px;
        background-size: cover;
        background-position: center center;
         margin-top: unset; 
    }
    #contenido #sobre-mi .det-psicologos-rigth {
        width: 100%
    }
}

@media only screen and (min-width: 320px) and (max-width: 600px){
    #contenido #buscador .titulo2{
        font-size: 70px;
    }

    #contenido #buscador .w50 {
        width: 100%;
    }

    #contenido #buscador .cont-buscador {
        width: 100%;
        padding: 0 0 50px 0;
    }

    #contenido #buscador .cont-buscador .buscador input[type=text] {
        width: unset; 
    }

    #contenido #sobre-mi .det-psicologos-left {
        width: 100%;
        min-height: 480px !important;
        height: 480px;
        margin-right: unset;
        margin-bottom: 35px;
    }

    #contenido #sobre-mi .det-psicologos-rigth {
        width: 100%;
    }

    #contenido #video iframe {
        width: 100%;
        height: 260px;
    }
}