<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6 jul. 2020, 11:03:27
    Author     : Sandra
*/
body {

    /*background: #064a0b !important;*/
}

.resultadoPago{
    
    padding-top: 60px;
    padding-bottom: 60px;
    
}

.margin-top64{
    margin-top: 64px;
}

.abs-center {
  display: inline-block;
  align-items: center;
  justify-content: center;
}
.boxMatricula{    
    
    color: white;
    background-color: #064a0b;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 320px;
    margin: auto;
}

.boxMatriculaAntiguo{    
    
    color: white;
    background-color: #6b252e;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 320px;
    margin: auto;
}


.user_card {
    height: 400px;
    width: 350px;
    margin-top: 100px;
    margin-bottom: 40px;
    background: #064a0b;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;

}
.brand_logo_container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    /*border-radius: 50%;*/
    background: #ffffff;
    padding: 10px;
    text-align: center;
    border: 5px solid #064a0b;
}
.brand_logo {
    height: 150px;
    width: 150px;
    /*border-radius: 50%;*/
    /*border: 2px solid #ffffff;*/
}
.form_container {
    margin-top: 50px;
}
.login_btn {
    width: 100%;
    background: #ffffff !important;
    color: #064a0b !important;
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.login_container {
    padding: 0 2rem;
}
.input-group-text {
    background: #ffffff !important;
    color: #064a0b !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.input-group-text i {
    color: #064a0b !important;
}

.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #ffffff !important;
}

.separator.small {

    background-color: #5275b5;
    height: 2px;
    position: relative;
    width: 100px;
    display: block;
    margin: 10px auto 20px;
}

.separatorHeader.small {

    background-color: #212529;
    width: 50px;
    height: 2px;
    position: relative;
    display: block;
    margin: 2px auto 5px;
}

.separator_v2.small {

    background-color: #5275b5;
    height: 2px;
    position: relative;
    width: 100px;
    display: block;
    margin-bottom: 20px
}

h2,h3,h1, h4{
    letter-spacing: 1px;
    font-weight: 600;
}

.letter_height{
    line-height: 1.375em;
    font-weight: 400
}

.imgNav{
    
    height: 60px;
}

.imgFooter{
    height: 100px;
}

.imgTeam{
    height: 370px
}

.nav-link:hover{
    color: #212529;
}

.gallery-wrapper{
    min-height: 600px;
}

.imgEleccion{
    
    height: 180px;
}

.containerImgTeam:hover .imgTeam{
    opacity: 0.2;
}

.containerImgTeam:hover .textTeam{
    opacity: 1;
}

.containerImgPilar:hover .textPilar{
    opacity: 1;
}
.containerImgPilar:hover .overlayBlack{
    opacity: 0.8;
}
.containerImgPilar:hover .imgTeam{
    opacity: 0.2;
}

.containerImgPilar{
    position: relative;
}

.containerImgPilar{
    float: left;
}

.textPilar {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    line-height: 26px;
    z-index: 4;
}

.overlayBlack {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    background-color: rgba(0,0,0,.81);
    height: 100%;
    width: 100%;
    z-index: 0;
}
.textTeam{
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    line-height: 26px;
    
}

.text_justify{
    text-align: justify;
}

/* FOOTER */

footer{
	background-color: #121212;
	color: #cfcfcf;
}

footer a{
	color: #cfcfcf;
}

footer a:hover,a:active{
	color: #f8f9fa;
}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoYoutube:hover {
	background-color: #BD3518;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}

.social-network a.icoInstagram:hover {
	background-color:#ab30bd;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoYoutube:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoInstagram:hover i, .social-network a.icoLinkedin:hover i {
	color:#ffffff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:30px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #818181;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

audio{
    width: 100%;
}

.section {

    overflow: hidden;
    background-size: cover;
}

.section2-div1 {
    position: relative;
    min-height: 600px;
    background: url(../../images/web/Aprendiendo-de-forma-natural.jpg) no-repeat center center fixed;
    background-size: cover;
    color: white;
}

.section1-div1 {
    position: relative;
    min-height: 600px;
    background: url(../../images/web/Instituto-Dickens-equipo-cabecera.jpg) no-repeat fixed;
    background-size: cover;
    color: white;
}

.container-icons {
    position: relative;
    padding-top: 15%;
    padding-bottom: 60px;
}

section{
    float: left;
    width: 80%;
}

aside{
    float: right;
    width: 20%;
}

.carousel-inner &gt; .item &gt; img, 
.carousel-inner &gt; .item &gt; a &gt; img{
width: 100%; /* use this, or not */
margin: auto;
}

.carousel-caption{
    bottom: 20% !important;
}

.carousel-inner{
    /*height: 100%;*/
}

#slider-schools{
    /*height: 800px;*/
}

.titulo_carousel{
    font-size: 70px;
}

.sub_titulo{
    font-size: 30px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(6, 74, 11, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.displayMobile{
    display: none !important;
}

.gallery_holder {
    width: 100%;
    display: block;
    position: relative;
}

.gallery_holder ul {
    list-style: none;
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.gallery_holder ul li div {
    margin-right: -1px;
    margin-bottom: -1px!important;
    position: relative;
    -webkit-backface-visibility: hidden;
    display: block;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.gallery_holder ul li:hover .gallery_hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery_holder ul.v5 li, .wpb_gallery_slides .gallery_holder ul.v5 li {
    width: 20%;
}

.gallery_holder ul li {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
}

.gallery_holder ul li .gallery_hover svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    font-size: 30px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}
.gallery_holder ul li .gallery_hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #000;
    background-color: rgba(0,0,0,.81);
    visibility: visible;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    z-index: 1000;
}

.gallery_holder ul li div img {
    display: block;
    width: 100%;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

.modal-header-aux{
    padding: 0.5rem 1rem !important;
    background-color: #333 !important;
}

.modal-body{
   padding: 0 !important;
}

.modal-content-aux{
    background-color: #333 !important;
}

.imgBlog{
    max-height: 200px;
}

.imgBlogRead{
    max-height: 400px;
}

.step_display{
    
    display: none;
}

.stepPadres{
    
    display: none !important;
}

.displayNoneImportant{
    
    display: none !important;
}

/*Cookies*/

#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}

#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: 10%;
    width: 100%;
    text-align: center;
    background-color: #121212;
}

#infobox3 p {
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: white;
}

#infobox3 p a {
    margin-right: 5px;
    text-decoration: underline;
    color: #cfcfcf;
}

#btnCookies{
    cursor: pointer;
    padding-bottom: 10px;
    background-color: white;
    width: 200px;
    margin: auto;
    padding-top: 10px;
}

@media (max-width: 770px){

    .titulo_carousel{
	font-size: 20px;
    }

    .sub_titulo{
	font-size: 12px;
    }

    .carousel-caption {
	position: relative;
	width: 100%;
	margin-top: 0px;
	left: 0 !important;
	text-align:center;
    }
}

.btn-primary{
    background-color: #064a0b !important;
    border-color: #064a0b !important;
}

@media (max-width: 1500px){

    .gallery_holder ul.v5 li, .wpb_gallery_slides .gallery_holder ul.v5 li{
	
	width: 50%;
    }
    
    .gallery_holder ul li div img{
	height: 500px;
    }

}

@media (max-width: 1200px){

    .containerImgPilar{
	float: none;
	clear: both;
    }


}



@media (max-width:860px){
    
    .notDisplayMobile{
	display: none;
    }
    
    .displayMobile{
	display: block !important;
    }
    
    .gallery_holder ul li div img{
	height: 300px;
    }
    
}

@media (max-width:600px){
    
    .gallery_holder ul.v5 li, .wpb_gallery_slides .gallery_holder ul.v5 li{
	
	width: 100%;
    }
}

@media (min-width:770px)  and (max-width: 1150px){

    .titulo_carousel{
	font-size: 40px;
    }

    .sub_titulo{
	font-size: 20px;
    }

    .carousel-caption {
	position: relative;
	width: 100%;
	margin-top: 0px;
	left: 0 !important;
	text-align:center;
    }
}</pre></body></html>