/* 
Theme Name: Viajay Estudia
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://asiri.es/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
body{
   -webkit-font-smoothing: antialiased;
 
}


/* C R U C E R O S */

.fechas{
    list-style-type: none;
    padding=left: 35px;
    margin-bottom: 15px;
}

.fechas .title{
    font-weight: bold;
    margin-bottom: 5px;
    color: #5AD5D1;
}

.fechas .title,
.fechas li span{
    display: inline-block !important;
    width: 190px;
}


.incluye-cruceros{
    list-style-type: none;
    max-width: 1200px;
}

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

    .incluye-cruceros li{
        width: 30%;
        display: inline-block;
        margin-bottom: 35px;
        padding-right: 25px;
        clear: none;
    }

    .incluye-cruceros li img{
        float: left;
        margin: 4px 15px 25px 0;
    }
}

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

    .incluye-cruceros li{
            display: block;
            clear: both;
        }

    .incluye-cruceros li img{
        float: left;
        margin: 4px 15px 25px 0;
    }

}





.main_slider .elementor-button.elementor-slide-button.elementor-size-md {
    border-radius: 0px 18px 0px 18px;
}



.elementor-element-0aba622 .jet-listing-dynamic-repeater__items{
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-gap: 20px;
    font-size: 15px
}

@media only screen and (min-width: 600px) {
  
	.elementor-element-0aba622 .jet-listing-dynamic-repeater__items{
		grid-template-columns: repeat(2, 50%);

	}
}

@media only screen and (min-width: 806px) {
  
	.elementor-element-0aba622 .jet-listing-dynamic-repeater__items{
		grid-template-columns: repeat(3, 33%);

	}
}



.elementor-element-0aba622 .jet-listing-dynamic-repeater__item img{
    float: left;
    margin-right: 10px;
    margin-bottom: 60px;
    margin-top: 4px
    
}



.elementor-element-0aba622 .jet-listing-dynamic-repeater__item .title{
    font-weight: 600 !important;
    color: #112a4a;
}

.elementor-element-0aba622 .jet-listing-dynamic-repeater__item .desc{
    font-size: 14px;
    line-height: 1.4;
	padding-right:15px;
}


.itinerario{
    display: grid !important;
    grid-template-columns: 30px auto;
    grid-gap: 20px;
    align-items: normal !important;
}

@media only screen and (min-width: 806px) {
	.itinerario{
		 grid-template-columns: 30px auto 220px;
	}

}

@media only screen and (max-width: 806px) {
	.itinerario img{
		 display: none;
	}	
}






.itinerario .titulo{
    font-weight: 600;
    font-size: 15px;
    color: #112a4a;
    margin-bottom: 12px;
    display: block;
}

.itinerario .dia{
    text-align: center;
    font-weight: 700;
    border-right:1px dashed  #5ad5d1;
    padding-right: 15px;
    color: #112a4a;
}



.subscripform .button{
        background-color: #5AD5D1;
        border: 0;
        color: white;
    }



@media only screen and (min-width: 768px) {
    .subscripform .placeholder{
        min-height: 50px; 
    }

    .subscripform .row{
        min-height: 50px;
        line-height: 50px;
    }

     .subscripform .button{
        display: block;
        margin-top: -47px;
          float: right;
    }
 

}


@media only screen and (max-width: 767px) {
    .subscripform .button{
        display: block;
        width: 100% !important;
        margin-top: 13px !important;
    }

        .subscripform input.legalbox {
        margin-top: 18px;
    }

    .subscripform p {
        margin-bottom: -4px;
    }
}